https://github.com/semaicze/traindeathtoll
Visualize CD problems from Twitter @cdmimoradnosti
https://github.com/semaicze/traindeathtoll
Last synced: 4 months ago
JSON representation
Visualize CD problems from Twitter @cdmimoradnosti
- Host: GitHub
- URL: https://github.com/semaicze/traindeathtoll
- Owner: SemaiCZE
- License: mit
- Created: 2016-05-20T22:19:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T16:39:18.000Z (about 9 years ago)
- Last Synced: 2025-01-01T22:31:09.656Z (6 months ago)
- Language: Python
- Size: 917 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrainDeathToll
Visualize CD problems from Twitter @cdmimoradnosti
## Run it locally
- Install Google AppEngine Python SDK
- create `env.json` file with your Twitter API credentials as follows:```{.json}
{
"CONSUMER_KEY": "",
"CONSUMER_SECRET": "",
"ACCESS_KEY": "",
"ACCESS_SECRET": ""
}
```- Run using development server:
```{.sh}
$ dev_appserver.py .
```By default, the app will be at `http://localhost:8080`, administration panel at `http://localhost:8000`