Skip to content

Instantly share code, notes, and snippets.

@codemodify
Last active January 17, 2019 11:34
Show Gist options
  • Save codemodify/69d1ecb8e119666a673f9f429c3f728a to your computer and use it in GitHub Desktop.
Save codemodify/69d1ecb8e119666a673f9f429c3f728a to your computer and use it in GitHub Desktop.
qosmicparticles-io-samples.py
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