pixiv-api
pixiv-api copied to clipboard
A documented, idiomatic, and tested wrapper library around Pixiv's App API.
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
Problem seems to be present in all versions from 0.3.6 to 1.0
I've just started a new project using the python API. I have gotten a new refresh token using this [link](https://github.com/chitosai/PixivRss/blob/master/pixiv_auth.py). I've tried writing a simple program to test and see...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
`Client.fetch_user` fails, because `FullUser` doesn't expect the `is_user_access_blocked` argument. I assume there are likely other incompatibilities, but I haven't yet had the time to experiment with it. Updating the api...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...