Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrillusions/rss2twitter
Check an rss feed and send to twitter if new.
https://github.com/vrillusions/rss2twitter
Last synced: 3 months ago
JSON representation
Check an rss feed and send to twitter if new.
- Host: GitHub
- URL: https://github.com/vrillusions/rss2twitter
- Owner: vrillusions
- License: mit
- Created: 2012-02-14T14:50:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T03:32:18.000Z (over 8 years ago)
- Last Synced: 2024-07-27T05:36:08.364Z (4 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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