Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. USERNAME = '' #bot username
  2. PASSWORD = '' #bot password
  3. CLIENT_ID = '' #app id
  4. CLIENT_SECRET = '' #app secret
  5. REMOVAL_MESSAGE = '' #message you want the bot to leave each time
  6. USER_AGENT = ''
  7. LIMIT = 10 #number of comments you want pulled every second
  8. SIZE = [400, 300] #size of image to be removed if over, [width, height]
  9. PATH = '' #path to directory you want to save the image in
  10. SUBREDDIT = '' #your subreddit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement