Skip to main content

Python anime information grabber.

Project description

pyanimeinfo

PyPI PyPI - Python Version Loc Comments

Code Test Package Release codecov

GitHub Org's stars GitHub stars GitHub forks GitHub commit activity GitHub issues GitHub pulls Contributors GitHub license

Python anime information grabber

Installation

You can simply install it with pip command line from the official PyPI site.

pip install pyanimeinfo

For more information about installation, you can refer to Installation.

Quick Start

Accessing Information from bangumi.tv

from pyanimeinfo.bangumitv import BangumiTVClient

client = BangumiTVClient()

# search subject from bangumi.tv
client.search_subjects('Railgun')

# query specific subject from bangumi.tv
# e.g. Railgun
client.get_subject(2585)

# list characters in this subjects
client.get_subject_characters(2585)

# query specific character
client.get_character(3575)

# list character related persons
# e.g. CV, artists
client.get_character_related_persons(3575)

# list character related subjects
# e.g. Railgun series
client.get_character_related_subjects(3575)

# get person
client.get_person(4670)

Important Notes

  1. The pyanimeinfo library is primarily designed for querying anime-related information and is not a full-fledged client for bangumi.tv or any other website. Therefore, we won't be considering support for operations like user authentication and user sessions in the short term. Please understand.

  2. The reason this library is not named pybangumitv is that we don't intend to integrate only the bangumi.tv website. In the future, we plan to introduce support for more websites, such as myanimelist, fandom, and others. Stay tuned for updates.

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

pyanimeinfo-0.0.1.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

pyanimeinfo-0.0.1-py3-none-any.whl (15.7 kB view hashes)

Uploaded 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