Skip to content

PoGo606/twitter-rss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-rss

Rss-generator for Twitter

  • Doesn't make use of Twitter API (no registration needed, no 180 requests limitation, ...)
  • Support account and hashtag following
  • Option to append pic.twitter.com images in feed
  • Generate a valid RSS-feed

Installation

Requirements : python2

git clone git://github.com/Astalaseven/twitter-rss.git

sudo apt-get install python-pip
sudo pip install BeautifulSoup
sudo pip install arrow
sudo pip install flask

Launch

You can edit config.py file to change the time between two updates (TIMER = 600),the server name (SERVER = 'localhost:5000'), where the files should be stocked (DIR = '/var/www/') and if you want to fetch the tweet pic (PICS = False).

cd twitter-rss/
python2 run.py

run.py will launch a webserver that can be used to create new feeds. You can also create them by opening your_server/user/choosen-user-or-hashtag.xml or by directly write them down in user/user.txt and htag/htag.txt.

About

Rss-generator for Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%