Last active
February 7, 2016 20:07
-
-
Save jessieliu1/dde01c6b88eb6e7b33b5 to your computer and use it in GitHub Desktop.
ADI Labs App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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