No project description provided
Project description
KAVK_API
Установка
pip install kavk_api
Пример
import asyncio
from kavk_api import Vk
from kavk_api.longpoll 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())
TODO
- Замена asyncio.run()
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-1.1.0.tar.gz
(71.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kavk_api-1.1.0-py3-none-any.whl
(76.7 kB
view details)
File details
Details for the file kavk_api-1.1.0.tar.gz.
File metadata
- Download URL: kavk_api-1.1.0.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.3.1-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c22f137fa826c07c9eaaa5a426ac3836e0d00961d54723e42650e312f70fdd6
|
|
| MD5 |
810cc664233aab56f20e8424135f1fef
|
|
| BLAKE2b-256 |
b992fea2afb1b9179bbe220898d01d1b9ce4262f944cb7a6bc54e8fd0a98ff6e
|
File details
Details for the file kavk_api-1.1.0-py3-none-any.whl.
File metadata
- Download URL: kavk_api-1.1.0-py3-none-any.whl
- Upload date:
- Size: 76.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.3.1-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830c266e4ad45d0af87d047e34236e8deb76d4f43ecf29d5e70e2fe3a6c9a836
|
|
| MD5 |
735ff73a0840923f670a2198961c9434
|
|
| BLAKE2b-256 |
f8651f60aca2cf2c38af64852b159facbd11ab7066ece3025b2a5e5666f608fb
|