Last active
January 17, 2019 11:34
-
-
Save codemodify/69d1ecb8e119666a673f9f429c3f728a to your computer and use it in GitHub Desktop.
qosmicparticles-io-samples.py
This file contains 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://qosmicparticles.io:4444/FetchGobs", data={ | |
"version": "2.0", | |
"key": "rcd1JN+CkZo2+KKR802bXTujubMbiZARQcyTR8Ku8haqdyaz8pA8Z1kbrWJO2J2CiwFdnr", | |
"gobSize": 96 | |
}) | |
print(r.status_code, r.reason) | |
print(r.text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment