File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Youtube FIrst Commenter Bot
1+ # Youtube First Commenter Bot
22
33A 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
2828pip 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
5959Lastly, 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.
6161You can also let the script create the comments files with the default comment you specified and modify them later.
6262
6363And your are good to go!
You can’t perform that action at this time.
0 commit comments