A beginner-friendly telegram sdk providing intuitive command decorators.
Project description
Note: This package is a wrapper that uses pyTeleBot and Telethon for Telegram-related features.
When you install it, all required dependencies including pyTeleBot, Telethon, and others are automatically installed to ensure full functionality and seamless integration.
Installation
pip install mehta
Basic Setup
from mehta import telegram
bot = telegram()
@bot.commands(['start'])
def welcome(message):
return text("Hello World!")
bot.run("BOT_TOKEN")
Full Documention here: View on Github
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
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 mehta-1.1.6.tar.gz.
File metadata
- Download URL: mehta-1.1.6.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
738683ff6c5dce6f1c37a431040b8e214a236dd25c21c6785448a83737800389
|
|
| MD5 |
a1d24512e7210ce9530b5083cbe0aff7
|
|
| BLAKE2b-256 |
566560811e12bb80a3b907aad33beaf716f72de81ac2e73a9075c8acde360b8a
|
File details
Details for the file mehta-1.1.6-py3-none-any.whl.
File metadata
- Download URL: mehta-1.1.6-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c9c86790bad2213411312e0225e74c4421b47cab9c56b09ff03dd1aa538f86d
|
|
| MD5 |
13adb3c401ba4a9207791b251d70fd71
|
|
| BLAKE2b-256 |
23ba9e6f9324bc96233697cd36d578e4fafcefc48ee866ac7ebb7dc1cc723b7b
|