Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/igorsantos07/twitrends
- Owner: igorsantos07
- Created: 2011-05-23T15:23:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-20T04:41:49.000Z (over 12 years ago)
- Last Synced: 2024-04-14T22:56:10.176Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
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`