Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

README.mkd

File metadata and controls

12 lines (7 loc) · 440 Bytes

RSS Twitter Bot Project Status

Reads an rss feed and posts it to twitter

Setup

Since twitter only allows oauth--even for automated posting by yourself--I had to create an app at http://dev.twitter.com. They let you generate oauth credentials for your user, which is what I did.

Requirements

  • tweepy
  • feedparser