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
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
vkeasybot-0.0.1.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vkeasybot-0.0.1.tar.gz.
File metadata
- Download URL: vkeasybot-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85b287eea3689e79bf5382e0556ef2e7eba5208904d28421abf9968912a03813
|
|
| MD5 |
c4a42c75b930897d67e80470d8aaf52c
|
|
| BLAKE2b-256 |
b4a48a2edc53dcdee339efacc52810e19d80a4ee1a0c3a4d5664a7428d644287
|
File details
Details for the file vkeasybot-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vkeasybot-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a80693e22232bbebf667d3c68bef47e70be0e2cef804ba8d6c7d9b2e2df3868
|
|
| MD5 |
c771a866432339e83eb8405a60deed66
|
|
| BLAKE2b-256 |
f765f109baf069dcb905c7dcc729c95d9e159f5aae72139d4b7619c3aec15c43
|