Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. subreddit = reddit.subreddit('all')
  2. comments = subreddit.stream.comments()
  3. for items in reddit.inbox.stream():
  4. if message.author.name not in posts_repli_to:
  5. if 'block' in message.body:
  6. posts_repli_to.append(message.author.name)
  7. if comment.author.name not in posts_repli_to:
  8. if 'block' in comment.body:
  9. posts_repli_to.append(comment.author.name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement