aschleg / petpy

Petpy is an easy-to-use and convenient Python wrapper for the Petfinder API. Includes methods for parsing output JSON into pandas DataFrames for easier data analysis
http://petpy.readthedocs.io
MIT License
28 stars 13 forks source link

Update example and tutorial notebooks to new version of `petpy` #13

Open aschleg opened 5 years ago

aschleg commented 5 years ago

The current notebooks in the README are still using the old version of petpy before Petfinder switched to v2.0. Update notebooks to use new version of petpy and try to align examples as much as possible as the difference between the Petfinder API 2.0 and the legacy version is rather different.

aschleg commented 5 years ago

Introduction notebook has been updated to new version of Petfinder API and petpy.

zhangluustb commented 4 years ago

@aschleg The v2.0 API says that your current access allows 1,000 requests/day, with a rate limit of 50 requests/second. Is that means it's not possible to use notebook 02 to download 45000 images any more?