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

Merge pull request #69 from gdelavald/patch-1

Fix --followers typo
parents 955aa70b 232c9635
......@@ -36,7 +36,7 @@ A few simple examples to help you understand the basics:
- `python3 twint.py -u username -es localhost:9200` - Output Tweets to Elasticsearch
- `python3 twint.py -u username -o file.json --json` - Scrape Tweets and save as a json file.
- `python3 twint.py -u username --database tweets.db` - Save Tweets to a SQLite database.
- `python3 twint.py -u username --folowers` - Scrape a Twitter user's followers.
- `python3 twint.py -u username --followers` - Scrape a Twitter user's followers.
- `python3 twint.py -u username --following` - Scrape who a Twitter user follows.
- `python3 twint.py -u username --favorites` - Collect all the Tweets a user has favorited.
......
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