Skip to content

Commit

Permalink
Combined scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
geduldig committed Oct 16, 2013
1 parent 043496c commit b611df6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ SearchOldTweets.py
Uses 'search/tweets' Twitter resource to get tweets, geocode and embedded photos.

Example:
python -u -m TwitterGeoPics.SearchOldTweets -words love hate -location nyc

> python -u -m TwitterGeoPics.SearchOldTweets -words love hate -location nyc

For help:
python -u -m TwitterGeoPics.SearchOldTweets -h

> python -u -m TwitterGeoPics.SearchOldTweets -h

StreamNewTweets.py
-----------------
Uses 'stream/filter' Twitter resource to get tweets, geocode and embedded photos.

Example:
python -u -m TwitterGeoPics.StreamNewTweets -words love hate -location nyc

> python -u -m TwitterGeoPics.StreamNewTweets -words love hate -location nyc

For help:
python -u -m TwitterGeoPics.StreamNewTweets -h

> python -u -m TwitterGeoPics.StreamNewTweets -h

Authentication
--------------
Expand Down
14 changes: 10 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ SearchOldTweets.py
Uses 'search/tweets' Twitter resource to get tweets, geocode and embedded photos.

Example:
python -u -m TwitterGeoPics.SearchOldTweets -words love hate -location nyc

> python -u -m TwitterGeoPics.SearchOldTweets -words love hate -location nyc

For help:
python -u -m TwitterGeoPics.SearchOldTweets -h

> python -u -m TwitterGeoPics.SearchOldTweets -h

StreamNewTweets.py
-----------------
Uses 'stream/filter' Twitter resource to get tweets, geocode and embedded photos.

Example:
python -u -m TwitterGeoPics.StreamNewTweets -words love hate -location nyc

> python -u -m TwitterGeoPics.StreamNewTweets -words love hate -location nyc

For help:
python -u -m TwitterGeoPics.StreamNewTweets -h

> python -u -m TwitterGeoPics.StreamNewTweets -h

Authentication
--------------
Expand Down

0 comments on commit b611df6

Please sign in to comment.