Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steiza/twitterfavs
A twisted.web app showing all the tweets an account has favorited
https://github.com/steiza/twitterfavs
Last synced: about 1 month ago
JSON representation
A twisted.web app showing all the tweets an account has favorited
- Host: GitHub
- URL: https://github.com/steiza/twitterfavs
- Owner: steiza
- Created: 2012-03-07T22:34:47.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T22:23:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T21:11:53.067Z (3 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Favorites
A twisted.web app showing all the tweets an account has favorited.
Useful for a company as an easy customer testimonial wall.
## Getting it running
- (If you don't already have Twitter OAuth credentials) Run threelegs.py to get OAuth credentials.
- Enter your credentials in webserver.py (look for XXX).
- Install Python dependencies: pip install -r requirements.txt
- Run the webserver! Runs on port 8000.
$ python webserver.py