Skip to content

Commit 9fa40f6

Browse files
committed
Added basic small README.
1 parent ac45381 commit 9fa40f6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TwiiterAPI.txt
22
__pycache__
33
testAuth.py
4-
venv
4+
venv/
55
my_keys.json
66

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# TwiBot
2+
## A twitter bot that can do automate your twitter account activity.
3+
4+
To use:
5+
6+
```
7+
git clone https://github.com/zee-bit/TwiBot.git
8+
python3 -m venv <name_of_virtualenv>
9+
pip install -r requirements.txt
10+
python twibot.py
11+
```

0 commit comments

Comments
 (0)