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

https://github.com/gregplaysguitar/lasttweet

Flask app which fetches a user's last tweet as json data from the twitter api.
https://github.com/gregplaysguitar/lasttweet

flask twitter twitter-api

Last synced: 3 months ago
JSON representation

Flask app which fetches a user's last tweet as json data from the twitter api.

Awesome Lists containing this project

README

          

Flask app which fetches a user's last tweet as json data from the twitter api.

Setup
=====

1. Install pipenv:

2. Initialise the project

`pipenv install`

3. Copy `config_sample.py` to `config.py` and add your twitter app's credentials

4. Run the app at http://localhost:5000 with

`./app.py`