Skip to main content

Ingest a twitter timeline and render as RSS

Project description

https://img.shields.io/pypi/v/twitter-timeline-rss.svg https://img.shields.io/travis/narfman0/twitter-timeline-rss.svg

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

twitter-timeline-rss-1.1.0.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

twitter_timeline_rss-1.1.0-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page