Vondic Botik SDK
Project description
Vondic Botik SDK
A Python SDK for building bots on the Vondic platform.
Installation
pip install botiksdk
Usage
from botiksdk import Bot, Dispatcher, Message
bot = Bot(token="YOUR_BOT_TOKEN")
dp = Dispatcher(bot)
@dp.message_handler()
async def echo(message: Message):
await message.answer(message.text)
if __name__ == "__main__":
dp.start_polling()
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
botiksdk-0.1.0.tar.gz
(6.4 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 botiksdk-0.1.0.tar.gz.
File metadata
- Download URL: botiksdk-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09fcf311d93e59a5b32e25f819949bde6d9e8220550225f547973d2652b95bad
|
|
| MD5 |
31bdcfc6c639dad238c8dd2948ddd6fe
|
|
| BLAKE2b-256 |
35419ffc870ddb9502e09a2d32a5c296975f4ffa999a180a0239f3c781b4d384
|
File details
Details for the file botiksdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: botiksdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
617010a4f826e63fa2d6ff26a0ae24d00149fb9f619f2aaf434306d02db59045
|
|
| MD5 |
e5d942529c9ce74e216a342ab06a1c9d
|
|
| BLAKE2b-256 |
f415213043f5c63418c32b44d78e89ae46b56f57c2a182336f8884debe4726a6
|