from tgEasy import tgClient
from pyrogram import Client
app = tgClient(Client("my_account"))
@app.command("start", group_only=True)
async def start(client, message):
await message.reply_text(f"Hello {message.from_user.mention}")
app.run()
-
Easy: You can install tgEasy with pip and start building your applications right away.
-
Fast: With the Pyrogram, tgEasy's speed is enhanced
-
Type-hinted: Types and methods are all type-hinted, enabling excellent editor support.
-
Asynchronous: With the Asynchronous, tgEasy can handle Multiple Requests at a time.
-
Documented: All of the available methods, types and functions are well documented.
-
Comprehensive: With the help of Pyrogram, Execute any advanced action an official client is able to do, and even more.
- Python 3.7 or higher.
- A Telegram API key.
pip3 install tgEasy
- The docs contain lots of resources to help you get started with tgEasy: https://github.com/jayantkageri/tgEasy/wiki.
- Seeking extra help? Come join and ask our community: https://t.me/tgEasyNews.
- For other kind of inquiries, you can send a message or an e-mail
- tgEasy is Licenced under the Terms and Conditions of OSI Approved GNU Lesser General Public License v3 or later (LGPLv3+).
- Copyright 2021 Jayant Hegde Kageri https://github.com/jayantkageri.
- This Projects Codes may contain snippets or codes of Pyrogram.
- Pyrogram - Telegram MTProto API Client Library for Python. Copyright (C) 2017-2020 Dan https://github.com/delivrance
- This Project uses Pyromod for making it more convenient.
- Pyromod - A monkeypatcher add-on for Pyrogram
- Copyright (C) 2020 - 2021 Cezar https://github.com/usernein