<p align="center">
<a href="https://github.com/Plugthon/Plugthon"><img src="https://raw.githubusercontent.com/Plugthon/Plugthon/refs/heads/master/assets/plugthon.png" height="128" width="128" alt="Plugthon"/></a>
</p>
<p align="center">
<b>Plugthon</b><br/>
Plugthon is a developer-friendly library for building modular and scalable Telegram bots.
</p>
<h2>About Plugthon</h2>
<p title="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.</p>
## How to install?
```bash
pip install Plugthon
```
## Example Usage
```python
from Plugthon.plugins.hello import Greetings
...
async def hello_world(event):
user = Greetings()
message = await user.UserGreetings(event)
await client.send_mesage(chat, message)
```
<h2>Contribution</h2>
<p title="Contribution">Join us! Let's explore new things together. Share your thoughts and ideas with the community.</p>
Raw data
{
"_id": null,
"home_page": "https://github.com/Plugthon/Plugthon",
"name": "Plugthon",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "Plugthon, Python, Telethon, Telegram bots, Userbot, Telegram",
"author": "iniridwanul",
"author_email": "iniridwanul@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/85/9a/d35e9c128beeab23591f356052a8b647717e36758805612ff6e215ec2b34/plugthon-0.3.0.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n<a href=\"https://github.com/Plugthon/Plugthon\"><img src=\"https://raw.githubusercontent.com/Plugthon/Plugthon/refs/heads/master/assets/plugthon.png\" height=\"128\" width=\"128\" alt=\"Plugthon\"/></a>\n</p>\n\n<p align=\"center\">\n<b>Plugthon</b><br/>\nPlugthon is a developer-friendly library for building modular and scalable Telegram bots.\n</p>\n\n<h2>About Plugthon</h2>\n<p title=\"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.</p>\n\n## How to install?\n```bash\npip install Plugthon\n```\n\n## Example Usage\n```python\nfrom Plugthon.plugins.hello import Greetings\n\n...\nasync def hello_world(event):\n user = Greetings()\n message = await user.UserGreetings(event)\n await client.send_mesage(chat, message)\n```\n\n<h2>Contribution</h2>\n<p title=\"Contribution\">Join us! Let's explore new things together. Share your thoughts and ideas with the community.</p>\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "Plugthon is a developer-friendly library for building modular and scalable Telegram bots.",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/Plugthon/Plugthon"
},
"split_keywords": [
"plugthon",
" python",
" telethon",
" telegram bots",
" userbot",
" telegram"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b07e65455d933ad5df623ad26c65f38aebda665b8d0dda9048d1de048fda8950",
"md5": "5c2b4930209a9ffad75addd90444e7c4",
"sha256": "e8f3b012103b669093658a95612b06f3007b4367fdcda3422e990417221e65ee"
},
"downloads": -1,
"filename": "Plugthon-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c2b4930209a9ffad75addd90444e7c4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 15935,
"upload_time": "2025-01-26T17:55:45",
"upload_time_iso_8601": "2025-01-26T17:55:45.399959Z",
"url": "https://files.pythonhosted.org/packages/b0/7e/65455d933ad5df623ad26c65f38aebda665b8d0dda9048d1de048fda8950/Plugthon-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "859ad35e9c128beeab23591f356052a8b647717e36758805612ff6e215ec2b34",
"md5": "cd849db2c32a737b9f268db658ff44af",
"sha256": "2cbd60e27f563233b61e1f86ace879216acafe9fc2c464888d1afbaf3befd2e3"
},
"downloads": -1,
"filename": "plugthon-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "cd849db2c32a737b9f268db658ff44af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 15183,
"upload_time": "2025-01-26T17:55:47",
"upload_time_iso_8601": "2025-01-26T17:55:47.545573Z",
"url": "https://files.pythonhosted.org/packages/85/9a/d35e9c128beeab23591f356052a8b647717e36758805612ff6e215ec2b34/plugthon-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-26 17:55:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Plugthon",
"github_project": "Plugthon",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "Telethon",
"specs": [
[
"==",
"1.38.1"
]
]
}
],
"lcname": "plugthon"
}