Skip to content

Instantly share code, notes, and snippets.

@freeslugs
Created February 15, 2015 18:27
Show Gist options
  • Save freeslugs/928deb5e381f80b9738d to your computer and use it in GitHub Desktop.
Save freeslugs/928deb5e381f80b9738d to your computer and use it in GitHub Desktop.
matt sucks
import requests
for x in xrange(0,1000):
r = requests.post("http://mattsucks.org/mattsucks")
print x, r.text
@aisaacroth
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment