simple_pixiv
Version, currently 0.1.23 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
Nothing has been indexed for 0.1.2 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
simple_pixiv:
github: MineBartekSA/simple_pixiv
version: ~> 0.1.2Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.2. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.2- Tagged
- Mar 4, 2024
- Commit
bded951c30d6- Indexed
- not yet
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