Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
/ dev_up Public archive

Библиотека для работы с сервисом DEV-UP. Покрыта типами.

License

Notifications You must be signed in to change notification settings

lordralinc/dev_up

Repository files navigation

DEV UP API wrapper

PyPI PyPI - Python Version GitHub Downloads

Установка

pip install dev_up

Получение токена

dev-up.ru

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

from dev_up import DevUpAPI

api = DevUpAPI("token")
profile = await api.profile.get()
stickers = await api.vk.get_stickers(1)

custom = await api.make_request(
    "section.method",
    data=dict(param1="foo", param2="bar")
)

About

Библиотека для работы с сервисом DEV-UP. Покрыта типами.

Topics

Resources

License

Stars

Watchers

Forks

Languages