Skip to main content

ICQ/VK Teams Bot API interface

Project description

Async VK Teams bot API wrapper

PyPi Package Version PyPi Package Status Supported Python versions Package dwn stats License Repo size Author stars count

Pure Async Python interface for Bot API.

Table of contents

Introduction

This library provides complete VK Teams Bot API 1.0 interface and requires Python 3.5+

Quick start

  • 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.

    Example: Bot(token=TOKEN, url="https://myteam.mail.ru"), by default we use the domain: http://myteam.mail.ru (VK Teams)

Installing

Install using pip:

pip install -U async-icq

Install from sources:

git clone https://github.com/dasshit/async-icq.git
cd async-icq
python setup.py install

Examples

Basic example of using this library will look like this

from async_icq.bot import AsyncBot
from async_icq.events import Event

# Creating bot
example = AsyncBot(
  token='TOKEN',
  url='https://api.icq.net',
)


# Adding some basic event handler by decorators (handler must accept 2 arguments: bot and event)
# Diffent decorators will set it up for diffent types of events
@example.message_handler()
async def hello(event: Event):
  
  await event.answer(
    text=f'Hi, {event.from_.userId}'
  )

  await event.log(
    f'Answered to {event.chat.chatId} to {event.from_.userId}')


# Starting to poll new events and sending them to middleware and handlers
example.start_poll()

Example of how to use this library could be found in async-icq/examples

API description

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

async_icq-1.4.9.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

async_icq-1.4.9-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file async_icq-1.4.9.tar.gz.

File metadata

  • Download URL: async_icq-1.4.9.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for async_icq-1.4.9.tar.gz
Algorithm Hash digest
SHA256 1a7c83097accd25b8144527669b810c552af8d5970e058e4dd95200f5f51bd8d
MD5 c603a1a3e42aaa879b5c0c94406bdd79
BLAKE2b-256 c05870d8765243fc16d2540f51f531a07eeba6a620ed21e3e652fd51bc75c747

See more details on using hashes here.

File details

Details for the file async_icq-1.4.9-py3-none-any.whl.

File metadata

  • Download URL: async_icq-1.4.9-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for async_icq-1.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 330ef45751e50133f0fea51227a0bf74f64b646919e738b2ec8eceacda4359a0
MD5 49e6dd671ee4b4d8cf2052c80961fb34
BLAKE2b-256 928f0f65b3b700282ae0a2e3ba970e1a39cc226b185e9573bcb394ce0db1938e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page