Skip to content

Vlatterran/vkpybot

Repository files navigation

vkpybot is library that allows to create chatbots for vk easy and fast

PyPI docs docs version py_version

Installation

pip install vkpybot

Quickstart

Easiest hi-bot

from VK import Bot


bot = Bot(api_token)

@bot.command('hi')
def greet(message):
    return 'Hi'

bot.start()

Docummentation

About

vk api for python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages