vkpybot is library that allows to create chatbots for vk easy and fast
pip install vkpybot
Easiest hi-bot
from VK import Bot
bot = Bot(api_token)
@bot.command('hi')
def greet(message):
return 'Hi'
bot.start()
| Name | Name | Last commit date | ||
|---|---|---|---|---|
vkpybot is library that allows to create chatbots for vk easy and fast
pip install vkpybot
Easiest hi-bot
from VK import Bot
bot = Bot(api_token)
@bot.command('hi')
def greet(message):
return 'Hi'
bot.start()