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

Commit d621aaa

Browse files
author
PokestarFan
authored
Update README.md
1 parent c21618d commit d621aaa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# DuplicateBot
22
Bot for duplicates
3+
4+
5+
#How to use
6+
7+
* Unzip
8+
* Create login.py with the following code:
9+
10+
11+
import praw
12+
reddit = praw.Reddit(username = 'yourusername', password = 'yourpassword', client_id = 'yourclientid', client_secret = 'yourclientsecret', user_agent='DuplicatesBot by /u/PokestarFan')
13+
14+
15+
16+
17+
18+
* Use

0 commit comments

Comments
 (0)