No project description provided
Project description
Установка
pip install kavk_api
TODO:
замена asyncio.run()
Пример:
import asyncio
from kavk_api import Vk
from kavk_api.bot import BotLongPoll
async def main():
vk = Vk('token')
longpoll = LongPoll(vk)
await vk.wall.post(message="Привет kavk_api!")
async for event in longpoll.listen():
print(event.type, event.object)
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kavk_api-0.9.9.1.tar.gz
(73.3 kB
view hashes)
Built Distribution
kavk_api-0.9.9.1-py3-none-any.whl
(77.7 kB
view hashes)
Close
Hashes for kavk_api-0.9.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cad6ca7da741a63322f009f577e4697db26ad5dfff2dd340bed4396dadd1839 |
|
MD5 | da21fd2e9fd7bdb184cd9954b30d9b88 |
|
BLAKE2b-256 | 03998e98f5ec61c250a284d390e90d6500a5c26bba318449e68bde0ec7f1db61 |