Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vrillusions/rss2twitter

Check an rss feed and send to twitter if new.
https://github.com/vrillusions/rss2twitter

Last synced: about 2 months ago
JSON representation

Check an rss feed and send to twitter if new.

Awesome Lists containing this project

README

        

# RSS Twitter Bot

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