Skip to main content

Python client for webinar.ru platform

Project description

Python-клиент для платформы webinar.ru

Клиент находится в разработке!

Особенности

Клиент полностью асинхронный с поддержкой валидации Pydantic. Требуется Python 3.11 или выше. Основан на aiohttp и pydantic.

Сделан на основе документации: https://help.webinar.ru/ru/articles/3180654-api-список-методов-вебинары

Установка

$ pip install webinarru

Простое использоание

Создайте файл main.py:

import asyncio
from pprint import pprint
from WebinarRu import WebinarAPI

webinar = WebinarAPI("YOUR_API_TOKEN")


async def main():
    timezones = await webinar.get_timezones()
    pprint(timezones)


if __name__ == '__main__':
    asyncio.run(main())

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

webinarru-0.0.41.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

webinarru-0.0.41-py3-none-any.whl (14.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