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

Commit 6e2f79f

Browse files
author
PokestarFan
authored
Update README.md
1 parent 1dedb57 commit 6e2f79f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Bot for duplicates
33

44

5-
#How to use
5+
# How to use
66

77
* Unzip
88
* Create login.py with the following code:
99

10+
```python
11+
import praw
1012

11-
import praw
12-
13-
reddit = praw.Reddit(username = 'yourusername', password = 'yourpassword', client_id = 'yourclientid', client_secret = 'yourclientsecret', user_agent='DuplicatesBot by /u/PokestarFan')
14-
13+
reddit = praw.Reddit(username = 'yourusername', password = 'yourpassword', client_id = 'yourclientid', client_secret = 'yourclientsecret', user_agent='DuplicatesBot by /u/PokestarFan')
14+
```
1515

1616

1717

0 commit comments

Comments
 (0)