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.
- Host: GitHub
- URL: https://github.com/gregplaysguitar/lasttweet
- Owner: gregplaysguitar
- Created: 2017-05-29T02:15:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:33:31.000Z (over 3 years ago)
- Last Synced: 2025-12-25T19:57:29.216Z (6 months ago)
- Topics: flask, twitter, twitter-api
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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`