attend-bot

August 22, 2021 · View on GitHub

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 .