Commit 8e0e278b authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Km or Mi specification to geocode description

parent 6e5ba500
...@@ -19,7 +19,7 @@ Some of the benefits of using Tweep vs Twitter API: ...@@ -19,7 +19,7 @@ Some of the benefits of using Tweep vs Twitter API:
## Usage ## Usage
- `-u` The user's Tweets you want to scrape. - `-u` The user's Tweets you want to scrape.
- `-s` Search for Tweets containing this word or phrase. - `-s` Search for Tweets containing this word or phrase.
- `-g` Retrieve tweets by geolocation. Format of the argument is lat,lon,range(in km) . ex : 48.01009,36.09876,0.5km - Please note that km has to be included. - `-g` Retrieve tweets by geolocation. Format of the argument is lat,lon,range(km or mi) . ex : 48.01009,36.09876,0.5km
- `-o` Save output to a file. - `-o` Save output to a file.
- `--year` Filter Tweets before the specified year. - `--year` Filter Tweets before the specified year.
- `--fruit` Display Tweets with "low-hanging-fruit". - `--fruit` Display Tweets with "low-hanging-fruit".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment