From b611df607d09c140b4f420d979a2040a1d58bc0b Mon Sep 17 00:00:00 2001 From: Jonas Geduldig Date: Tue, 15 Oct 2013 21:37:35 -0400 Subject: [PATCH] Combined scripts --- README.md | 14 ++++++++++---- README.txt | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c9cac5e..641402d 100644 --- a/README.md +++ b/README.md @@ -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 -------------- diff --git a/README.txt b/README.txt index c737e08..696de4a 100644 --- a/README.txt +++ b/README.txt @@ -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 --------------