Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xta/gottweet
sample app for getting tweets with twitter oauth
https://github.com/xta/gottweet
Last synced: about 1 month 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 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T02:59:55.000Z (over 11 years ago)
- Last Synced: 2023-03-11T13:18:44.218Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 1
- Watchers: 2
- 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 [email protected]:xta/GotTweet.git
cd GotTweet
bundle
cp config/config.yml.example config/config.yml
setup `/config/config.yml` with Twitter keysrake db:migrate
rails server##Stack
* Ruby on Rails
* SQLite