e621.cr
e621.cr
Crystal for Degenerates
Installation
Add this to your application's shard.yml
:
dependencies:
e621:
gitlab: luna/e621.cr
Usage
require "e621"
# instantiate a new booru client for e621
# you can use E621::HYPNOHUB_BASE as well
e6 = E621::Booru.new E621::E621_BASE
# search as you wish!
# get all possible posts from the index page
e6.search()
# get posts with tags
e6.search(["female", "wolf"])
# get 2 posts max
e6.search([] of String, {limit: 2})
Development
TODO: Write development instructions here
Contributing
- Fork it (https://gitlab.com/luna/e621.cr/forks/new)
- 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
- luna Luna Mendes - creator, maintainer
Repository
e621.cr
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 6 years ago
- September 19, 2018
License
MIT License
Links
Synced at
Sun, 18 May 2025 05:21:35 GMT
Languages