simple_pixiv
Version, currently 0.1.33 versions
- 0.1.3latestMar 4, 2024
- 0.1.2not indexedMar 4, 2024
- 0.1.1not indexedMar 4, 2024
github.com/MineBartekSA/simple_pixiv
(WIP) Simple wrapper library around Pixiv API for Crystal
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
simple_pixiv:
github: MineBartekSA/simple_pixiv
version: ~> 0.1.3Then run:
shards installshard.yml
- Crystal
1.6.2- License
- MIT
- Author
- Bartłomiej Skoczeń
- Target
simple_pixivfrom src/simple_pixiv.cr
Dependencies
This version declares no dependencies.
README
SimplePixiv
SimplePixiv is a simple wrapper around some of Pixiv API endpoints.
Currently, only authorization by already generated refresh_token is possible.
Inspired by:
- PixivPy3
- get-pixivpy-token - You can get your refresh_token using this tool
Usage
require "simple_pixiv"
client = Pixiv::Client.new "<your refresh token>"
illustration = client.illust_detail 91822191
puts illustration.title_image
Contributing
- Fork it (https://github.com/your-github-user/simple_pixiv/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Bartłomiej Skoczeń - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.3- Tagged
- Mar 4, 2024
- Commit
0df6e403f0a9- Crystal
1.6.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/MineBartekSA/simple_pixiv
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 3