Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Project description
Telegram MTProto API Framework for Python
Homepage
•
Updates
•
Chat
Badmunda
[!NOTE] Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots.
from Badmunda import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Badmunda!")
app.run()
#Installing
Stable version
``pip3 install Badmunda``
Dev version
``pip3 install git+https://gitlab.com/Badmunda98/Bad.git --force-reinstall``
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 badmunda-2.2.7.tar.gz.
File metadata
- Download URL: badmunda-2.2.7.tar.gz
- Upload date:
- Size: 482.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b754a9d8e469d415609e5dd173fc13bff1832eba0af8aa1791a961305faeaa8
|
|
| MD5 |
01ad440d102cfc993c40d5422758e46c
|
|
| BLAKE2b-256 |
118ddec4202ba0c31d9efccedfaa1267fb0b3e1eaa2390eb171e29098c2fde8e
|
File details
Details for the file badmunda-2.2.7-py3-none-any.whl.
File metadata
- Download URL: badmunda-2.2.7-py3-none-any.whl
- Upload date:
- Size: 5.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae040ef2c2222ce22f5c4e00180a0f4dfbed31334e512a9ce17800a52e1bf493
|
|
| MD5 |
3452a7d61e675b8afdb6ed858aeaab4b
|
|
| BLAKE2b-256 |
06fab7d099bd346d48170aad5ac790ace059de95f14765d821548d4de0a32b8e
|