Skip to main content

VKontakte asynchronous bot framework like Django

Project description

testcanarybot

async framework for vk chatbots

simple bot run script example

There's a sample of your simple bot

import testcanarybot

token = """7a6fa4dff77a228eeda56603b8f53806c883f011c40b72630bb50df056f6479e52a"""
group_id = 1 # your community id

bot = testcanarybot.app(token = token, group_id = group_id)
bot.install()
bot.listen()

Guides

First bot manual -- http://kensoi.github.io/testcanarybot/firstbot.html
Creating testcanarybot module manual -- http://kensoi.github.io/testcanarybot/createmodule.html

Testcanarybot instruments

Events -- http://kensoi.github.io/testcanarybot/events.html
Objects -- http://kensoi.github.io/testcanarybot/objects.html

Tools

Handler tools -- http://kensoi.github.io/testcanarybot/tools/handlers.html
Assets -- http://kensoi.github.io/testcanarybot/tools/assets.html
Keyboard -- http://kensoi.github.io/testcanarybot/tools/keyboard.html
Uploader -- http://kensoi.github.io/testcanarybot/tools/upload.html

Examples

root examples
module examples

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

testcanarybot-0.904.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

testcanarybot-0.904-py3-none-any.whl (5.9 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