All Projects → timoniq → Vkbottle

timoniq / Vkbottle

Licence: mit
Homogenic! Customizable asynchronous VK API framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vkbottle

Sketal
Бот для ВКонтакте. Беседы / группы / развлечения.
Stars: ✭ 119 (-37.7%)
Mutual labels:  vk-api, bot, async, asyncio, vk
Vkwave
Asynchronous framework for building high-performance & easy to scale projects interacting with VK's API.
Stars: ✭ 135 (-29.32%)
Mutual labels:  vk-api, bot, async, vk
vkbottle
Сustomizable asynchronous VK API framework
Stars: ✭ 371 (+94.24%)
Mutual labels:  vk, callback, vk-api
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (-87.43%)
Mutual labels:  bot, callback, vk
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (+2.09%)
Mutual labels:  vk-api, bot, vk
Vkb
Bot for vk.com competitions
Stars: ✭ 24 (-87.43%)
Mutual labels:  vk-api, bot, vk
Bach
Compose your async functions with elegance.
Stars: ✭ 117 (-38.74%)
Mutual labels:  async, callback
Aiohttp
Asynchronous HTTP client/server framework for asyncio and Python
Stars: ✭ 11,972 (+6168.06%)
Mutual labels:  async, asyncio
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (-28.27%)
Mutual labels:  async, middleware
Tortoise Orm
Familiar asyncio ORM for python, built with relations in mind
Stars: ✭ 2,558 (+1239.27%)
Mutual labels:  async, asyncio
Hooks
Async middleware for JavaScript and TypeScript
Stars: ✭ 117 (-38.74%)
Mutual labels:  async, middleware
Vk To Telegram Transfer Bot
Бот, пересылающий сообщения из чатов ВК в Telegram и обратно
Stars: ✭ 143 (-25.13%)
Mutual labels:  bot, vk
Vk Api Schema
JSON Schema of VK API
Stars: ✭ 158 (-17.28%)
Mutual labels:  vk-api, vk
Cppcoro
A library of C++ coroutine abstractions for the coroutines TS
Stars: ✭ 2,118 (+1008.9%)
Mutual labels:  async, asyncio
Aiogram
Is a pretty simple and fully asynchronous framework for Telegram Bot API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 2,195 (+1049.21%)
Mutual labels:  bot, asyncio
Kubernetes asyncio
Python asynchronous client library for Kubernetes http://kubernetes.io/
Stars: ✭ 147 (-23.04%)
Mutual labels:  async, asyncio
Vk Requests
vk.com requests for humans. API library for vk.com
Stars: ✭ 162 (-15.18%)
Mutual labels:  vk-api, vk
Redux Arc
A declarative way to make request with redux actions
Stars: ✭ 162 (-15.18%)
Mutual labels:  async, middleware
Fastapi Crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
Stars: ✭ 159 (-16.75%)
Mutual labels:  async, asyncio
Telebot
Write Telegram bots in Rust with Tokio and Futures
Stars: ✭ 179 (-6.28%)
Mutual labels:  bot, async

[VKBottle 3.0] perfect vk-bot building and development framework ❤️

GitHub Workflow Status GitHub repo size GitHub issues by-label PyPI

Документация

https://vkbottle.readthedocs.io/ru/latest

Установка

Установить версию 3.0 можно этой командой:

pip install -U https://github.com/timoniq/vkbottle/archive/master.zip

Если вы ищете старые версии (2.x) - вам сюда

Hello World

Смотреть больше примеров!
Почему VKBottle?

from vkbottle.bot import Bot

bot = Bot("GroupToken")

@bot.on.message()
async def handler(_) -> str:
    return "Hello world!"

bot.run_forever()

Contributing

ПР поддерживаются! Перед созданием пулл реквеста ознакомьтесь с CONTRIBUTION_GUIDE.md. Нам приятно видеть ваш вклад в развитие библиотеки. Задавайте вопросы в блоке Issues и в чате Telegram / чате VK!

Лицензия

Copyright © 2019-2020 timoniq.
Этот проект имеет MIT лицензию.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].