Skip to content

Instantly share code, notes, and snippets.

@bertrand-caron
Created October 8, 2018 21:36
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 bertrand-caron/24275b028f7c2f920c306bf4cb155b69 to your computer and use it in GitHub Desktop.
Save bertrand-caron/24275b028f7c2f920c306bf4cb155b69 to your computer and use it in GitHub Desktop.
from requests import get
from json import loads
print(
loads(
get('http://pimpyourwaste.bcaron.me/pieces?min_volume=2.0,1.0,1.0').text,
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment