#README
Environment variables needed to use this app:
- TWITTER_CONSUMER_KEY
- TWITTER_CONSUMER_SECRET
- FLICKR_API_KEY
- FLICKR_API_SECRET
JSON api
/tweets.json
=> returns all relevent tweet data.
/flickr_photos.json
=> returns all relevent flickr data.
get tweets
- Simply type the rake command:
rake get:tweets
- This will gather any new tweets with the word #hackedio in and add data to the database.
get flickr photos
- Simply type the rake command:
rake get:flickr
- This will find any new flickr photos that have been placed into the specified group and store their URLs in the database.