The official, simple, and D1-optimized Python framework for YukiChat Bots.
Project description
YukiBot
The official Python library for YukiChat. Feels like telebot, but optimized for YukiChat.
Installation
pip install yukibot
Quick Start
from yukibot import YukiBot
bot = YukiBot("yk_bot_your_token_here")
@bot.message_handler(commands=['start'])
def send_welcome(message):
bot.reply_to(message, "Welcome to YukiChat!")
bot.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
yukibot-1.1.0.tar.gz
(5.7 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 yukibot-1.1.0.tar.gz.
File metadata
- Download URL: yukibot-1.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a22ba232e153b7deba1f39d5d984f2ccbde7eb672253c4e8c0285c20803f33
|
|
| MD5 |
53ce8d37a6379e05f4f532d356b08bf7
|
|
| BLAKE2b-256 |
7f84cea96bfc0155e24127a8b671a025334dc9512497b8584c830e00ec83a700
|
File details
Details for the file yukibot-1.1.0-py3-none-any.whl.
File metadata
- Download URL: yukibot-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6b410e7ed2d3e5e00e668affa4e389d17076b868b387fb2d6f3b83e2f33809d
|
|
| MD5 |
e367a1b307b970fdb46fc660d7369efe
|
|
| BLAKE2b-256 |
f39c9ddb6af8a2653025e6ef176e8a6ac1d25508562c813e095c5f2f2adb5fba
|