Skip to content

Commit

Permalink
first working version
Browse files Browse the repository at this point in the history
  • Loading branch information
pxg committed Apr 1, 2012
0 parents commit 19906fe
Show file tree
Hide file tree
Showing 485 changed files with 51,176 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
An app to read an RSS feed and publish new posts to twitter.

Services such as http://twitterfeed.com/ only check your RSS every 30 minutes, this script can be configured to be run as fast as you like.

Installation:
- RSS url is set in the script
- Requires the creation of a twitter app
- Twitter app OAuth details need to be added to the script
- The file lastestPostedDate.txt needs to be writable. The script will publish any stories with pubDate after this
1 change: 1 addition & 0 deletions lastestPostedDate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Thu Mar 29 2012 10:53:23 GMT+0100 (BST)
1 change: 1 addition & 0 deletions node_modules/.bin/express

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/jade

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/express/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 19906fe

Please sign in to comment.