Skip to main content

Simple VK API wrapper

Project description

VKMania - Lightweight framework for creating VK bots

downloads

VKMania - A simple and lightweight framework for creating VK bots. At an early stage of development.

Installation

  1. 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


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)

Uploaded Source

Built Distribution

vkmania-0.0.3-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page