Menu

Tree [r13] /
 History

HTTPS access


File Date Author Commit
 .settings 2010-07-03 cternes [r1]
 lib 2010-07-03 cternes [r1]
 src 2010-10-25 cternes [r13]
 test 2010-10-25 cternes [r12] Added filter test.
 .classpath 2010-07-03 cternes [r1]
 .project 2010-07-03 cternes [r1]
 LICENSE.txt 2010-07-04 cternes [r6]
 Readme.txt 2010-09-12 cternes [r11]
 build.xml 2010-09-12 cternes [r10]
 jar-in-jar-loader.zip 2010-07-03 cternes [r1]
 log4j.properties 2010-07-03 cternes [r1]
 twitter2rss.properties 2010-09-12 cternes [r9]

Read Me

Twitlinks2RSS

1. Getting started
-Extract the zip file into a folder
-After that, you will find a file called "twitter2rss.properties" in the folder
-Open the file and edit at least the following fields:
twitter.rssFile - where to store the rss File(e.g. c:/feed.xml on windows, /var/www/feed.xml on linux)
-Now you can start the application with this command
java -jar @APPNAME@-@VERSION@.jar
-At the start of the program, follow the instructions on the screen.
-If there were no errors an rss file will be created

ATTENTION: At the first start of the program, you will be asked to open a url in your browser. On the twitter site, you'll be asked if you would like to grant Twitlinks2RSS access to your twitter account. If you allow this, you'll see a pin code. These pin code must be entered at the first start of the program. If the pin was correct, the program should be able to access your twitter account at the next start of the program.


2. Preferred usage
If you want to continuously update your rss file, I would recommend use a cron job for this. 
Running a cron job every 30 minutes or so, will do it fine.