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

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuplicateBot

Bot for duplicates

How to use

  • Unzip
  • 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