https://github.com/mail-ru-im/bot-python
Bot API for Python
https://github.com/mail-ru-im/bot-python
bot chatbot icq python
Last synced: 4 months ago
JSON representation
Bot API for Python
- Host: GitHub
- URL: https://github.com/mail-ru-im/bot-python
- Owner: mail-ru-im
- License: mit
- Created: 2019-08-07T07:44:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T14:53:49.000Z (10 months ago)
- Last Synced: 2025-09-06T18:40:47.325Z (10 months ago)
- Topics: bot, chatbot, icq, python
- Language: Python
- Homepage: https://teams.vk.com/botapi/
- Size: 448 KB
- Stars: 88
- Watchers: 10
- Forks: 39
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# VK Teams Bot API for Python
[](https://github.com/mail-ru-im/bot-python/actions/workflows/python-package.yml)
[](https://codecov.io/github/mail-ru-im/bot-python)
[](https://pkg.go.dev/github.com/mail-ru-im/bot-golang)

### [
VK Teams API Specification](https://teams.vk.com/botapi/)
## 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:
```bash
pip install --upgrade mailru-im-bot
```
Install from sources:
```bash
git clone https://github.com/mail-ru-im/bot-python.git
cd bot-python
python setup.py install
```