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

PythonCoderAS/DuplicateBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
PokestarFan
May 14, 2018
86b5c7a · May 14, 2018

History

37 Commits
Jan 18, 2018
Sep 17, 2017
Sep 6, 2017
Sep 17, 2017
Sep 20, 2017
Jan 18, 2018
Sep 20, 2017
May 14, 2018
Jan 18, 2018
Sep 20, 2017
Sep 17, 2017
Sep 20, 2017
Sep 16, 2017

Repository files navigation

DuplicateBot

Bot for duplicates

How to use

  • Unzip
  • Go into the modules folder and create login.py with the following code:
import praw

reddit = praw.Reddit(username = 'yourusername', password = 'yourpassword', client_id = 'yourclientid', client_secret = 'yourclientsecret', user_agent='DuplicatesBot by /u/PokestarFan')
  • 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.