python-unsplash
python-unsplash copied to clipboard
Python wrapper for the Unsplash API.
I've been using your Unsplash api wrapper for custom desktops for a while now, and I really like it. Could you possibly upgrade it to python 3.8 because I'm not...
@yakupadakli thanks for making this software open-source! A small fix in orer to prevent quite a lot of dependency conflicts if you want this module to be used in other...
I've been using the API for two months without any issues, up until a few days ago. There seems to be an issue with the Oauth token fetch. To make...
`photo = api.photo.curated()[1]` `print photo.description` result is None
api.photo.stats("photo_id") always returns Not Found
I registered an application on unsplash.com, and it associates with following information Application ID Access Key Secret key Redirect URI I tried to match the above information to the arguments...
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) π PYCON US 2024 EDITION π Security Fixed an issue where setting verify=False on the...