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 hashes)
Built Distribution
vkmania-0.0.3-py3-none-any.whl
(10.0 kB
view hashes)