GitHunt
MA

mail-ru-im/bot-python

Bot API for Python

VK Teams Bot API for Python

Python package
codecov
go.dev reference
License: MIT

VK Teams API Specification

Getting started

  • Create your own bot by sending the /newbot command to Metabot and follow the instructions.

    Note: a bot can only reply after the user has added it to his contact list, or if the user was the first to start a dialogue.

  • You can configure the domain that hosts your VK Teams server. When instantiating the Bot class, add the address of your domain.
  • An example of how to use the framework can be seen in example/test_bot.py

Installing

Install using pip:

pip install --upgrade mailru-im-bot

Install from sources:

git clone https://github.com/mail-ru-im/bot-python.git
cd bot-python
python setup.py install

Languages

Python100.0%
MIT License
Created August 7, 2019
Updated January 20, 2026
mail-ru-im/bot-python | GitHunt