Metadata-Version: 2.2
Name: Plugthon
Version: 0.3.0
Summary: Plugthon is a developer-friendly library for building modular and scalable Telegram bots.
Home-page: https://github.com/Plugthon/Plugthon
Author: iniridwanul
Author-email: iniridwanul@gmail.com
License: AGPL
Keywords: Plugthon,Python,Telethon,Telegram bots,Userbot,Telegram
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Telethon
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<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>
