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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PokestarFan authored Sep 17, 2017
1 parent f660d65 commit 2d54e05
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bot for duplicates
# How to use

* Unzip
* Create login.py with the following code:
* Go into the modules folder and create login.py with the following code:

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


* Use

# Extra scripts

There are extra scripts that come with the bot.

## Delete.py

This script will delete any comment if a person comments delete. It is a mandatory run.

## gb-bb.py

This script controls the good bot/bad bot reply part. It is optional.

## lowpostremover.py

This script removes any comment below 1 karma. It is optional but recommended.

## deleteallcomments.py

If the bot has screwed up and made major mistakes, this script will delete all of the bot's comments.

0 comments on commit 2d54e05

Please sign in to comment.