Skip to main content

Pybooru is a Python library to access API of Danbooru/Moebooru based sites.

Project description

https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=master

Pybooru is a Python library to access API of Danbooru/Moebooru based sites.

Licensed under: MIT License.

Examples of use

from pybooru import Pybooru

client = Pybooru('Konachan')

artists = client.artists('ma')

for artist in artists:
     print("Name: {0}".format(artist['name']))
..

See more examples: https://github.com/LuqueDaniel/pybooru/tree/develop/examples

Changelog

Github repository

More information

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

Pybooru-3.0.1.zip (12.2 kB view hashes)

Uploaded Source

Pybooru-3.0.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page