This project is under remaking. If you want to see the previous
version, please switch to the master
branch.
User-friendly Pixiv API based on PixivPy
pip install PixivPixie --upgrade
This project is for learning and communication only. It is NOT recommended to use it in large-scale. High-frequency queries will add pressure to the server. Please support Pixiv Premium if you can.
免责声明:本项目仅用于学习与交流。作者不鼓励大规模使用。频繁访问会对服务器带来压力。 请尽量支持Pixiv高级会员。
PixivPy
is rather a powerful Pixiv API. But its responses are raw json and need
further processing before being used. And both PublicAPI
and AppAPI
has its pros and
cons.
This package is designed to serve as a proxy API for PixivPy
. User can just
fetch illustrations they want and doesn't need to think about trifles like paging
parameters or response's json structure.
My main motivation is to write a pixiv crawler to download images. So unrelated APIs are not implemented. It's welcome to help me implement those APIs.
P.S. English and Chinese discussion is OK. Please forgive me for the poor English. Fixing typo is also welcome.