Skip to main content

vkeasybot - модуль для работы с api Вконтакте

Project description

vkeasybot

Быстрый старт

LongPoll

from vkeasybot import VkEasyBot
from vkeasybot.longpull import LongPoll

vk = VkEasyBot(token=token, v=5.92) #Your access_token
longpoll = LongPoll(vk=vk, group_id=1) #Your group_id 

@longpoll.message_new
def message(event):
    if event.text.lower() == "привет":
        return "Привет!"

    if event.attachments:
        return "Ты мне прислал вложение"

    return "Я тебя не понял, что ты написал!"

longpoll.start_listen()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vkeasybot-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

vkeasybot-0.0.1-py3-none-any.whl (5.3 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