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()
Release files for vkmania 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vkmania-0.0.3.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vkmania-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.6 kB
Release files / vkmania-0.0.3.tar.gz
| Download URL | vkmania-0.0.3.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
845c37ba0d9bbd72076a9718428da0a6d692610921581b85d4cd949a66f22f01
|
|
BLAKE2b-256 checksum How to use checksums |
c9f6016e964bffb6860e7e11ff53009b1949b4be0be0eebafbabf5d60218e536
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / vkmania-0.0.3-py3-none-any.whl
| Download URL | vkmania-0.0.3-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9985edbd8cb2650f5b3ba6111af0ca494b24f509b085af6f004359783bcff04c
|
|
BLAKE2b-256 checksum How to use checksums |
e4fffe80aea78de4194955f41e0f4774b360eb6cd91fb9bc8db02757197db8b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|