An open API service indexing awesome lists of open source software.

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

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`