Like any other Twitter REST API consumer, this app needs twitter authentication credentials.
To get them, go to https://apps.twitter.com/ and register a new app... The url param can be fake.
Once you have your keys and access tokens, create a `keys.json` file on the model of the attached `keys.json.template`, and save it in the same folder as the script.
Remember not to upload your `keys.json` on git !!
## Usage
Run it with the following command:
```
cd twitterAPI2
python3 topPapers_flask_server.py
```
Then you can query the app via `127.0.0.1:5000` like this: