Asynchronous hentai scraper.


License
GPL-2.0+
Install
pip install opalart==0.1.0

Documentation

Opal Art

Gathers beautiful art. Perhaps as beautiful as Opal.

Installing

$ pip install opalart

Quick Start

import opalart
client = opalart.yandere()
images = await client.getposts(['thighhighs'])
# Do stuff with the images

Or grab a single image.
This makes the same call as the above, but returns a single random image from the results.

import opalart
client = opalart.yandere()
image = await client.randpost(['thighhighs'])
# Do stuff with the image