Skip to content

yayugu/twitterGoodRSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
Sorry, we had to truncate this directory to 1,000 files. 1 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterGoodRSS

TwitterGoodRSS is web service generate RSS better than Twitter official one.

Install

Heroku

git clone git://github.com/yayugu/twitterGoodRSS.git
cd TwitterGoodRSS
heroku create --stack cedar
git push heroku master
heroku config:add CONSUMER_KEY="**********"
heroku config:add CONSUMER_SECRET="*********"
heroku run rake db:migrate

Done!

local or normal server

git clone git://github.com/yayugu/twitterGoodRSS.git
cd TwitterGoodRSS
echo "ENV['CONSUMER_KEY'] = '******'" >> env.rb
echo "ENV['CONSUMER_SECRET'] = '******'" >> env.rb
rake db:migrate

Done!

This program suppose DB is:

SQLite: on local or normal server

postgreSQL: on Heroku

You want to use another DB, please change code around DataMapper.

About

Generate Twitter RSS. user timeline & lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages