pixivts
pixiv Unofficial API Library for TypeScript
This is NOT a fork of @ibaraki-douji/pixivts. However, I do use it as a reference.
🚀 Install
If you are using npm:
npm install @book000/pixivts
or if you are using yarn:
yarn add @book000/pixivts
✨ Features
- It mainly uses the private API that the iOS pixiv app communicates with. Inspired by pixivpy.
- All API request methods return an axios response.
This allows this library users to use all responses, without having to wait for library updates if the API response changes.
📑 License
This project is licensed under the MIT License.