Guest User

Untitled

a guest
Sep 26th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. # /pol/l vote bot
  2. # correcting the record: (((buzzfeed))) edition
  3. # made by !TRUMPUOKz6
  4.  
  5. import requests
  6.  
  7. print("WE WUZ /POL/LS N SHIET")
  8.  
  9. while True:
  10.     r = requests.get("https://mango.buzzfeed.com/polls/service/editorial/post?poll_id=9673976&result_id=1&callback=__jsonp_1")
  11.     if r.status_code == 200:
  12.         print("Success!")
Add Comment
Please, Sign In to add comment