Skip to content

Commit ad16132

Browse files
authored
Update README.md
1 parent f737ace commit ad16132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Youtube FIrst Commenter Bot
1+
# Youtube First Commenter Bot
22

33
A bot that takes a list of youtube channels and posts the first comment in every new video.
44

@@ -28,7 +28,7 @@ Installing the requirements
2828
pip install -r requirements.txt
2929
```
3030

31-
Create a database named email with the following structure (I suggest using the free-tier Amazon RDS):
31+
Create a database named **channel** with the following structure (I suggest using the free-tier Amazon RDS):
3232

3333
+--------------+--------------+------+-----+
3434
| Field | Type | Null | Key |
@@ -57,7 +57,7 @@ commenter.py
5757
f.write("First Comment!") # Default Comment to add when no comments file exists for this channel - line 80
5858

5959
Lastly, run `python3 checker.py -i CHANNEL_ID add` or `python3 checker.py -u CHANNEL_NAME add` to add the Youtube Channels you want
60-
and go to */comments* and create a *CHANNEL_NAME_comments.txt* for each channel containing a comment in each row.
60+
and go to **/comments** and create a **CHANNEL_NAME_comments.txt** for each channel containing a comment in each row.
6161
You can also let the script create the comments files with the default comment you specified and modify them later.
6262

6363
And your are good to go!

0 commit comments

Comments
 (0)