Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drkostas authored Nov 22, 2018
1 parent f737ace commit ad16132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Youtube FIrst Commenter Bot
# Youtube First Commenter Bot

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

Expand Down Expand Up @@ -28,7 +28,7 @@ Installing the requirements
pip install -r requirements.txt
```

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

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

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

And your are good to go!
Expand Down

0 comments on commit ad16132

Please sign in to comment.