https://github.com/xta/gottweet
sample app for getting tweets with twitter oauth
https://github.com/xta/gottweet
Last synced: 11 months ago
JSON representation
sample app for getting tweets with twitter oauth
- Host: GitHub
- URL: https://github.com/xta/gottweet
- Owner: xta
- Created: 2013-02-20T08:31:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T02:59:55.000Z (over 13 years ago)
- Last Synced: 2025-07-05T13:33:29.274Z (11 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#Got Tweet?
##Sample app for:
* get tweet by ID
* store tweet
* show tweet
##Setup
git clone git@github.com:xta/GotTweet.git
cd GotTweet
bundle
cp config/config.yml.example config/config.yml
setup `/config/config.yml` with Twitter keys
rake db:migrate
rails server
##Stack
* Ruby on Rails
* SQLite