Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igorsantos07/twitrends

Generates twits saying the Trending Topics for different locations.
https://github.com/igorsantos07/twitrends

Last synced: about 5 hours ago
JSON representation

Generates twits saying the Trending Topics for different locations.

Awesome Lists containing this project

README

        

How to install
==============

`$ sudo apt-get remove rubygems1.8`
`$ wget http://mirror.linux.org.au/ubuntu//pool/universe/libg/libgems-ruby/rubygems1.8_1.3.7-2_all.deb`
`$ sudo dpkg -i rubygems1.8_1.3.7-2_all.deb`
`$ sudo apt-get install libopenssl-ruby git-core`
`$ sudo gem install twitter addressable hashie multipart-post`

`$ cd <>`
`$ git clone git://github.com/igorsantos07/TwiTrends.git twitrends`

`$ sudo echo "/20 * * * * root ruby -rubygems -I <>/twitrends/ <>/tt.rb >>/var/log/twitrends.log 2>&1" >> /etc/crontab`