first, make sure you have pipenv isntalled (brew install pipenv
if on MacOS) or have a look here and clone the repo
cd Track-The-Inspector/
pipenv install
export FLASK_APP=server.py
pipenv run flask run
cd Track-The-Inspector/bot/src
pipenv install
afterwards, create a .env
file in the src
directory to store the telegram api key: echo TELEGRAM_API_KEY=<your api key> > .env
run the bot using pipenv run python bot.py