Skip to content

Instantly share code, notes, and snippets.

@inoshiro
Created April 1, 2014 02:28
Show Gist options
  • Save inoshiro/9906603 to your computer and use it in GitHub Desktop.
Save inoshiro/9906603 to your computer and use it in GitHub Desktop.
hirokiky-- script
import requests
payload = {'stuff': 'hirokiky', 'action': 'dec'}
url = 'http://karmaid.org/api/karma'
while True:
requests.post(url, params=payload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment