A danbooru API helper using aiohttp
Project description
Aiobooru - A package for Danbooru API using aiohttp
Use like:
import aiobooru import asyncio def run(): async with aiobooru.Booru() as a: p = await a.post(1) await p.download('image.jpg') asyncio.run(run())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size aiobooru-0.1.3-py3-none-any.whl (3.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size aiobooru-0.1.3.tar.gz (2.3 kB) | File type Source | Python version None | Upload date | Hashes View |