attend-bot
August 22, 2021 · View on GitHub
슬랙 출첵 봇 만드는 채널입니다.
How to test
-
Install dependencies using
pipenv.pipenv install --dev -
Run postgres locally
./run_postgres.sh -
Run development server.
pipenv run startTIP: you can use ngrok and use that by creating a temporary command in https://api.slack.com/apps/A01BHLV79UZ/slash-commands.
-
Run
pytest.pipenv run pytest -
Run
blackandisortbefore committing your changes.pipenv run black . && isort .