Skip to main content

An async API wrapper for the anilibria.tv

Project description

anilibria.py

О библиотеке


anilibria.py - это RESTful и Websocket обёртка для API anilibria.tv.

Вы можете ей пользоваться для получение уведомлений о выходе новой серии, получение информации о тайтлах и других вещей.

Установка


pip install --upgrade anilibria.py

С использование poetry: poetry add anilibria.py

Использование методов клиента


В библиотеке реализована поддержка RESTful API. Список всех возможных методов вы можете увидеть здесь <https://anilibriapy.readthedocs.io/ru/latest/client.html>__

.. code-block:: python

import asyncio

from anilibria import AniLibriaClient

async def main(): # Создание клиента client = AniLibriaClient(proxy="http://0.0.0.0:80") # proxy - необязательный аргумент

  # Получение тайтла по его коду
  title = await client.get_title(code="kimetsu-no-yaiba-yuukaku-hen")
  # Вывод описание тайтла
  print(title.description)  # Все атрибуты вы можете найти в документации моделей

asyncio.run(main())

Использование Websocket


АПИ Анилибрии имеет вебсокет, к которому можно подключиться.

.. code-block:: python

from anilibria import AniLibriaClient, Connect

client = AniLibriaClient()

@client.on(Connect) # Или client.listen(name="on_connect") async def connected(event: Connect): print("Подключено к АПИ")

client.start()

Все модели события вы можете найти здесь <https://anilibriapy.readthedocs.io/ru/latest/events.html>_

Использование с другими библиотеками ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Вы также можете использовать эту библиотеку вместе с:

  • discord.py и его форках
  • aiogram

и с другими.

Примеры использования представлены здесь <https://github.com/Damego/anilibria.py/tree/main/examples>__

Документация ^^^^^^^^^^^^ Официальная документация API <https://github.com/anilibria/docs/blob/master/api_v3.md>__

Документация библиотеки <https://anilibriapy.readthedocs.io/ru/latest/>__

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

anilibria.py-1.0.4.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

anilibria.py-1.0.4-py3-none-any.whl (38.7 kB view details)

Uploaded Python 3

File details

Details for the file anilibria.py-1.0.4.tar.gz.

File metadata

  • Download URL: anilibria.py-1.0.4.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for anilibria.py-1.0.4.tar.gz
Algorithm Hash digest
SHA256 51a4fc0f12433e2bb70e5d066530a74301021d9c57c7a6b5c1a8d043db08a3eb
MD5 3bed61284552cc97c5236b12e22ad155
BLAKE2b-256 ed35fdb8b92924e60a727a4dac355081ccd499bdf45118578d3ab23482330a1f

See more details on using hashes here.

File details

Details for the file anilibria.py-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for anilibria.py-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 83f100978be27b6cffbae8494cd98f32c854c4c889477cf93c80003c8b0eed69
MD5 20d854a7d254b5224ebdf6835f1989bf
BLAKE2b-256 fe31a6d18dde30624ebe04716552137fee4dba0555001d0eb589aa56f2769548

See more details on using hashes here.

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