TeleNex - это Frimework для простого создания асинхронных Telegram ботов
Project description
TeleNex
TeleNex - это Frimework для простого создания асинхронных Telegram ботов
Использование
from teleNex import Bot
bot = Bot('<your bot token>')
@bot.on_message(cmds=['start'])
async def start(msg):
await bot.send_msg(msg.chat.id, 'Привет, привет!')
bot.run()
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
TeleNex-0.0.1.tar.gz
(6.9 kB
view details)
File details
Details for the file TeleNex-0.0.1.tar.gz.
File metadata
- Download URL: TeleNex-0.0.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6ce449586cc45ce0af16c80532fcbd654cd8f427b3a3228f38b96e9d0b8ba70
|
|
| MD5 |
ed3e321f75b6b3e71bfca186581864fc
|
|
| BLAKE2b-256 |
b0c0afb30ac7369e4491eaafa543b55fb2247b1fff2d9e15b3feb636c8322a31
|