Ingest a twitter timeline and render as RSS
Project description
Ingest a twitter timeline and render as RSS. This python web app is a service to ingest arbitrary user’s timelines as rss feeds, so you don’t have to go to twitter manually to read through quips and witticisms. Takes username as parameter for any timeline.
Usage
Optional: set up virtualenv environment with:
virtualenv venv source venv/bin/activate
Install requirements:
pip install -r requirements.txt
Change directory into twitter_timeline_rss and run flask server:
cd twitter_timeline_rss FLASK_APP=twitter.py flask run
Hit the endpoint with something like this url in your favorite browser:
http://127.0.0.1:5000/narfman0
CLI
The command line interface may be used to dump your timeline to stdout:
twitter_timeline_rss
An arbitrary user may be dumped with –user:
twitter_timeline_rss --user narfman0
or it may be directed at a file with –file:
twitter_timeline_rss --user narfman0 --file narfman0.atom
License
Copyright (c) 2016 Jon Robison
See included LICENSE for licensing information
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for twitter-timeline-rss-1.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d44083a772702fb748387aa9c728fd9392d5aee0d453b23ced55c121ecd62cb |
|
MD5 | 21d56e230e8017b31644c5289b7db1f3 |
|
BLAKE2b-256 | a57f44c9c854a604ed651eba149a480c11aa799c014116289fb1dea5df097fa0 |
Hashes for twitter_timeline_rss-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db7c1c805eef544a87f604595da135ca57614bfde6c93386061e8c9877f39725 |
|
MD5 | a6be55c71817c620b1950e8eb1841e28 |
|
BLAKE2b-256 | 2bde078d7cd60b233c2953ffb1b0544fabe43c49dee3a888f9b93bf6927147b5 |