Skip to main content

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

Project description

https://img.shields.io/pypi/v/Pybooru.svg?style=flat-square https://img.shields.io/pypi/status/Pybooru.svg?style=flat-square https://img.shields.io/pypi/l/Pybooru.svg?style=flat-square https://img.shields.io/pypi/wheel/Pybooru.svg?style=flat-square https://img.shields.io/pypi/format/Pybooru.svg?style=flat-square

Examples of use

from pybooru import Danbooru

client = Danbooru('danbooru')
artists = client.artist_list('ma')

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

See more examples of Danbooru and Moebooru.

Documentation

You can consult the documentation

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 Distribution

Pybooru-4.1.0.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distribution

Pybooru-4.1.0-py2.py3-none-any.whl (22.6 kB view hashes)

Uploaded Python 2 Python 3

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