Plugthon is a developer-friendly library for building modular and scalable Telegram bots.
Project description
Plugthon
Plugthon is a developer-friendly library for building modular and scalable Telegram bots.
About Plugthon
Plugthon is a versatile Python library that leverages the powerful Telethon library. It offers a comprehensive collection of essential plugins designed to simplify the creation and management of userbots. By utilizing Plugthon's pre-built plugins, developers can easily incorporate advanced features into their Telegram bots, significantly saving time and effort. Whether you are a seasoned programmer or just starting, Plugthon provides a robust foundation for building custom Telegram bots tailored to your specific requirements.
How to install?
pip install Plugthon
Example Usage
from Plugthon.plugins.hello import Greetings
...
async def hello_world(event):
user = Greetings()
message = await user.UserGreetings(event)
await client.send_mesage(chat, message)
Contribution
Join us! Let's explore new things together. Share your thoughts and ideas with the community.
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 plugthon-0.3.0.tar.gz.
File metadata
- Download URL: plugthon-0.3.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cbd60e27f563233b61e1f86ace879216acafe9fc2c464888d1afbaf3befd2e3
|
|
| MD5 |
cd849db2c32a737b9f268db658ff44af
|
|
| BLAKE2b-256 |
859ad35e9c128beeab23591f356052a8b647717e36758805612ff6e215ec2b34
|
File details
Details for the file Plugthon-0.3.0-py3-none-any.whl.
File metadata
- Download URL: Plugthon-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f3b012103b669093658a95612b06f3007b4367fdcda3422e990417221e65ee
|
|
| MD5 |
5c2b4930209a9ffad75addd90444e7c4
|
|
| BLAKE2b-256 |
b07e65455d933ad5df623ad26c65f38aebda665b8d0dda9048d1de048fda8950
|