Skip to content

Visualize the position of recent ticket inspector reports in Berlin.

Notifications You must be signed in to change notification settings

birneamstiel/Track-The-Inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualize the position of recent ticket inspector reports in Berlin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published