Skip to content

Instantly share code, notes, and snippets.

@jh00nbr
Created March 28, 2016 16:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jh00nbr/1b06477959385ad13666 to your computer and use it in GitHub Desktop.
Save jh00nbr/1b06477959385ad13666 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import requests
for i in xrange(0,3):
req = requests.get("http://v0t3.pwn2win.party/poll?field=No")
req2 = requests.get("http://v0t3.pwn2win.party/results")
print req2.content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment