akiyan / twitterGoodRSS

Home Page:http://twittergoodrss.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://twittergoodrss.herokuapp.com

License:MIT License


Languages

Language:Ruby 100.0%