Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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