Simple VK API wrapper
Project description
VKMania - Lightweight framework for creating VK bots
VKMania - A simple and lightweight framework for creating VK bots. At an early stage of development.
Installation
-
Using PIP:
Newest version:
pip install vkmania
Last stable release:
pip install vkmania===0.0.3
Python version - python 3+
Basic Usage
from vkmania import Bot, ReplyMessage
bot = Bot(token = '...token...', group_id = 123...)
@bot.command(text = "hi")
async def test(msg:ReplyMessage):
await msg.reply("Oh, hello, hello!")
bot.start_longpoll()
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
vkmania-0.0.3.tar.gz
(5.6 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
vkmania-0.0.3-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file vkmania-0.0.3.tar.gz.
File metadata
- Download URL: vkmania-0.0.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845c37ba0d9bbd72076a9718428da0a6d692610921581b85d4cd949a66f22f01
|
|
| MD5 |
8b49753bf730b1a5b86867eb20c74d1a
|
|
| BLAKE2b-256 |
c9f6016e964bffb6860e7e11ff53009b1949b4be0be0eebafbabf5d60218e536
|
File details
Details for the file vkmania-0.0.3-py3-none-any.whl.
File metadata
- Download URL: vkmania-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9985edbd8cb2650f5b3ba6111af0ca494b24f509b085af6f004359783bcff04c
|
|
| MD5 |
125078e9b076895b6120be1499ca7a70
|
|
| BLAKE2b-256 |
e4fffe80aea78de4194955f41e0f4774b360eb6cd91fb9bc8db02757197db8b1
|