Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 2d54e05

Browse files
author
PokestarFan
authored
Update README.md
1 parent f660d65 commit 2d54e05

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bot for duplicates
55
# How to use
66

77
* Unzip
8-
* Create login.py with the following code:
8+
* Go into the modules folder and create login.py with the following code:
99

1010
```python
1111
import praw
@@ -17,3 +17,23 @@ reddit = praw.Reddit(username = 'yourusername', password = 'yourpassword', clien
1717

1818

1919
* Use
20+
21+
# Extra scripts
22+
23+
There are extra scripts that come with the bot.
24+
25+
## Delete.py
26+
27+
This script will delete any comment if a person comments delete. It is a mandatory run.
28+
29+
## gb-bb.py
30+
31+
This script controls the good bot/bad bot reply part. It is optional.
32+
33+
## lowpostremover.py
34+
35+
This script removes any comment below 1 karma. It is optional but recommended.
36+
37+
## deleteallcomments.py
38+
39+
If the bot has screwed up and made major mistakes, this script will delete all of the bot's comments.

0 commit comments

Comments
 (0)