Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 761 Bytes

Track the Inspector

screen shot 2018-12-16 at 02 00 49

Setup

first, make sure you have pipenv isntalled (brew install pipenv if on MacOS) or have a look here and clone the repo

Running the backend locally

cd Track-The-Inspector/
pipenv install
export FLASK_APP=server.py
pipenv run flask run 

Installing the telegram bot locally

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