Skip to content

Instantly share code, notes, and snippets.

@jessieliu1
Last active February 7, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessieliu1/dde01c6b88eb6e7b33b5 to your computer and use it in GitHub Desktop.
Save jessieliu1/dde01c6b88eb6e7b33b5 to your computer and use it in GitHub Desktop.
ADI Labs App
import requests
r = requests.post("http://apply.to.labs.adicu.com/2016", data={'javascript': '1', 'python': '3', 'uni': 'jll2219', 'url': 'https://gist.github.com/jessieliu1/dde01c6b88eb6e7b33b5', 'hours': '2', 'song': 'Currently a tie between Sound and Color by the Alabama Shakes and Right Hand by Drake'})
print(r.status_code, r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment