Rule34-API
Syncronized Rule34 API Wrapper
Usage
import rule34
count = rule34.count_images('gay tentacle hentai') # How many Images are existing matching this Query
images = rule34.get_images('gay tentacle hentai', page=0) # List of Rule34Image class instances, where found on page 0
image = images[0]
print("The Image from {author} has following tags: \'{tags}\'".format(
author=image.owner,
tags=image.tags
))
⚠️ Indexing start with Page0
!
GitHub
This Wrapper is maintained on (GitHub)["https://github.com/hide-and-hentai/rule34-api"]! We will take a look at every Pull Request. If you have issues or need help with implementing this Wrapper, create an Issue.