Skip to content

deepbaksu/attend-bot

Repository files navigation

attend-bot

CI Website

슬랙 출첵 봇 만드는 채널입니다.

How to test

  1. Install dependencies using pipenv.

    pipenv install --dev
  2. Run postgres locally

    ./run_postgres.sh
  3. Run development server.

    pipenv run start

    TIP: you can use ngrok and use that by creating a temporary command in https://api.slack.com/apps/A01BHLV79UZ/slash-commands.

  4. Run pytest.

    pipenv run pytest
  5. Run black and isort before committing your changes.

    pipenv run black . && isort .

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages