Commit da5b7f70 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Added user-id feature description

parent 994088eb
...@@ -28,6 +28,7 @@ Some of the benefits of using Tweep vs Twitter API: ...@@ -28,6 +28,7 @@ Some of the benefits of using Tweep vs Twitter API:
- `--users` Display users only (Use with `-s`). - `--users` Display users only (Use with `-s`).
- `--csv` Write as a .csv file. - `--csv` Write as a .csv file.
- `--hashtags` Extract hashtags. - `--hashtags` Extract hashtags.
- `--userid` Search from Twitter user's ID.
- `--limit` Number of Tweets to pull (Increments of 20). - `--limit` Number of Tweets to pull (Increments of 20).
- `--count` Display number Tweets scraped at the end of session. - `--count` Display number Tweets scraped at the end of session.
- `--stats` Show number of replies, retweets, and likes. - `--stats` Show number of replies, retweets, and likes.
...@@ -63,6 +64,7 @@ A few simple examples to help you understand the basics: ...@@ -63,6 +64,7 @@ A few simple examples to help you understand the basics:
## Changelog ## Changelog
### 2/21/18 ### 2/21/18
- Added new features: - Added new features:
- `--userid` feature allowing a user to search Tweets from a Twitter user's user-id.
- `--limit` feature allowing a user to specify how many Tweets get scraped (Incriments of 20). - `--limit` feature allowing a user to specify how many Tweets get scraped (Incriments of 20).
- `--count` feature to display the total number of Tweets collected at the end of a Tweep session. - `--count` feature to display the total number of Tweets collected at the end of a Tweep session.
- `--stats` feature to display the number of replies, retweets, and likes. - `--stats` feature to display the number of replies, retweets, and likes.
......
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