Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 19708de

Browse files
authored
Update README.md
1 parent 24a89cd commit 19708de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Description 🔦
2929
--------
3030

31-
Simple twitter bot that can like and retweet your tweets, or search tweets with a specified topic. It stores and serves the data with a Flask webapp. 🐦
31+
Simple twitter bot that can like and retweet your tweets, or search tweets with a specified topic. It stores and serves data with a Flask webapp. 🐦
3232

3333
Installation 📡
3434
-------
@@ -44,7 +44,7 @@ Usage 🚀
4444
-------
4545

4646
```
47-
usage: twitterbot2.py [-h] [-v | -t | -k KEYWORD | -s STATS | -oc OUTPUT_CSV | -oj OUTPUT_JSON | -oh OUTPUT_HTML]
47+
usage: twitterbot2.py [-h] [-v] [-t] [-k KEYWORD] [-nu] [-s STATS] [-oc OUTPUT_CSV] [-oj OUTPUT_JSON] [-oh OUTPUT_HTML]
4848
4949
Twitterbot v2
5050
@@ -54,6 +54,7 @@ optional arguments:
5454
-t, --timeline Search for tweets in the bot and user's timeline.
5555
-k KEYWORD, --keyword KEYWORD
5656
Search for tweets with a defined keyword.
57+
-nu, --no-user Don't like and retweet user tweets.
5758
-s STATS, --stats STATS
5859
Show the statistics of the inputted bot (username).
5960
-oc OUTPUT_CSV, --output-csv OUTPUT_CSV
@@ -69,7 +70,7 @@ Useful notes/links 🔗
6970

7071
- [Getting access to the Twitter api](https://developer.twitter.com/en/docs/twitter-api/getting-started/getting-access-to-the-twitter-api)
7172
- [Twitter api rate limits](https://developer.twitter.com/en/docs/twitter-api/v1/rate-limits)
72-
- This app uses a Flask server. Do not expose this on the public Internet, use this behind NAT/firewall.
73+
- This app uses a Flask webserver. Don't expose it on public Internet, use this behind NAT/firewall.
7374

7475
Contributing 🤝
7576
--------

0 commit comments

Comments
 (0)