Commit 016d2621 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update README.md

parent e0e7705e
...@@ -16,23 +16,25 @@ Some of the benefits of using Tweep vs Twitter API: ...@@ -16,23 +16,25 @@ Some of the benefits of using Tweep vs Twitter API:
- Python 3.5/3.6 - Python 3.5/3.6
- `pip3 install -r requirements.txt` - `pip3 install -r requirements.txt`
## Usage ## Options
- `-u` The user's Tweets you want to scrape. Command|Usage
- `-s` Search for Tweets containing this word or phrase. -------|-----------
- `-g` Retrieve tweets by geolocation. Format of the argument is lat,lon,range(km or mi). `-u`|The user's Tweets you want to scrape.
- `-o` Save output to a file. `-s`|Search for Tweets containing this word or phrase.
- `-es` Output to Elasticsearch `-g`|Retrieve tweets by geolocation. Format of the argument is lat,lon,range(km or mi).
- `--year` Filter Tweets before the specified year. `-o`|Save output to a file.
- `--fruit` Display Tweets with "low-hanging-fruit". `-es`|Output to Elasticsearch
- `--tweets` Display Tweets only. `--year`|Filter Tweets before the specified year.
- `--verified` Display Tweets only from verified users (Use with `-s`). `--fruit`|Display Tweets with "low-hanging-fruit".
- `--users` Display users only (Use with `-s`). `--tweets`|Display Tweets only.
- `--csv` Write as a .csv file. `--verified`|Display Tweets only from verified users (Use with `-s`).
- `--hashtags` Extract hashtags. `--users`|Display users only (Use with `-s`).
- `--userid` Search from Twitter user's ID. `--csv`|Write as a .csv file.
- `--limit` Number of Tweets to pull (Increments of 20). `--hashtags`|Extract hashtags.
- `--count` Display number Tweets scraped at the end of session. `--userid`|Search from Twitter user's ID.
- `--stats` Show number of replies, retweets, and likes. `--limit`|Number of Tweets to pull (Increments of 20).
`--count`|Display number Tweets scraped at the end of session.
`--stats`|Show number of replies, retweets, and likes.
## Low-Hanging Fruit ## Low-Hanging Fruit
The `--fruit` feature will display Tweets that *might* contain sensitive info such as: The `--fruit` feature will display Tweets that *might* contain sensitive info such as:
......
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