Skip to content

Instantly share code, notes, and snippets.

View itchix's full-sized avatar

Scot Scriven itchix

  • Trainsweateat
  • Angers France
View GitHub Profile
@itchix
itchix / leek_wars.py
Created April 13, 2016 13:57
leek wars auto fight python
import json
import requests
login = ''
passwd = ''
# connexion
r = requests.post("http://leekwars.com/api/farmer/login-token", data={'login': login, 'password':passwd})
token = r.json()['token']