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.
Source Distribution
aiobooru-0.1.2.tar.gz
(2.2 kB
view hashes)