Dhertz / TopTweets

Little Printer application to gather the 'best' tweets in a timeline

Home Page:http://remote.bergcloud.com/developers/publications/67

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Printer application to gather the 'best' tweets in a timeline

directions using heroku for hosting:

create twitter app at http://twitter.com/apps
for callback url use http://<appname>.heroku.com/auth
note consumer key and consumer secret

heroku create <appname>
heroku config:add consumer_key=<consumer key from twitter> consumer_secret=<consume secret from twitter>
git push heroku master

inspired by
http://github.com/filiptepper/sinatra-oauth-1.0a-example
http://github.com/moomerman/sinitter

About

Little Printer application to gather the 'best' tweets in a timeline

http://remote.bergcloud.com/developers/publications/67


Languages

Language:Ruby 90.8%Language:CSS 9.2%