We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa40f6 commit 658e3c6Copy full SHA for 658e3c6
README.md
@@ -1,5 +1,13 @@
1
# TwiBot
2
-## A twitter bot that can do automate your twitter account activity.
+## A twitter bot that can automate your twitter account activity.
3
+
4
+#### Features:
5
+- Search users.
6
+- Follow users.
7
+- Tweet/re-Tweet.
8
+- Follow your followers.
9
+- Autoreply to mentions and keywords.
10
+- Re-tweet your followers tweet.
11
12
To use:
13
@@ -8,4 +16,4 @@ git clone https://github.com/zee-bit/TwiBot.git
16
python3 -m venv <name_of_virtualenv>
17
pip install -r requirements.txt
18
python twibot.py
-```
19
+```
0 commit comments