pythonbot/README.md

11 lines
497 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Мой личный бот на python для ВК
#### от dan63047
Для того, что бы бот работал, сначала нужно создать в папке бота файл `config.py`, который должен иметь следующее содержание:
import vk_api
token = "*токен вашего сообщества*"
vk = vk_api.VkApi(token=token)
Запустите `start.py`, что бы бот начал слушать сервер