All Projects → jayantkageri → tgEasy

jayantkageri / tgEasy

Licence: LGPL-3.0 license
tgEasy | Easy for a Brighter Shine | Monkey Patcher Addon for Pyrogram

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tgEasy

Uragano
Uragano, A simple, high performance RPC library. Support load balancing, circuit breaker, fallback, caching, intercepting.
Stars: ✭ 28 (-22.22%)
Mutual labels:  core
assemblyline-core
Core server components for Assemblyline 4 (Alerter, dispatcher, expiry, ingester, scaler, updater, ...)
Stars: ✭ 16 (-55.56%)
Mutual labels:  core
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Stars: ✭ 128 (+255.56%)
Mutual labels:  mtproto
NetCoreWithDocker
Tutorial with samples about how to setup .Net Core with Docker
Stars: ✭ 20 (-44.44%)
Mutual labels:  core
conjur-api-go
Go client for the CyberArk Conjur API
Stars: ✭ 13 (-63.89%)
Mutual labels:  core
mtproxy
Alpine-based Docker Image for Telegram MTProto Proxy
Stars: ✭ 89 (+147.22%)
Mutual labels:  mtproto
TelegramCommunicationJS
A pure script to communicate with Telegram server without any Third-party tools and library.
Stars: ✭ 21 (-41.67%)
Mutual labels:  mtproto
vpns
A collection of vpns
Stars: ✭ 112 (+211.11%)
Mutual labels:  mtproto
Project17-B-Map
Map SDK를 활용한 POI Clustering Interaction Dev
Stars: ✭ 78 (+116.67%)
Mutual labels:  core
nimgram
An MTProto client written in Nim 👑
Stars: ✭ 61 (+69.44%)
Mutual labels:  mtproto
tortuga
A modern game engine built using dot net core
Stars: ✭ 14 (-61.11%)
Mutual labels:  core
bodyparser
BodyParser Middleware For AdonisJS
Stars: ✭ 29 (-19.44%)
Mutual labels:  core
adminlte-aspnetcore2-version
Asp.Net Example version of famous and beautiful AdminLTE control panel themes and template.
Stars: ✭ 64 (+77.78%)
Mutual labels:  core
aiotdlib
Python asyncio Telegram client based on TDLib https://github.com/tdlib/td
Stars: ✭ 63 (+75%)
Mutual labels:  mtproto
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-47.22%)
Mutual labels:  core
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+1033.33%)
Mutual labels:  mtproto
python-tdlib
full oop python 3 tdlib wrapper, fast, thread safe
Stars: ✭ 20 (-44.44%)
Mutual labels:  mtproto
KBC--Kaun-Banega-Crorepati
It is Core Java based Game based on Indian television game show having best animation as possible in Core java 5000+ lines
Stars: ✭ 38 (+5.56%)
Mutual labels:  core
Zest Framework
Core files of AlphaZ Framework
Stars: ✭ 15 (-58.33%)
Mutual labels:  core
ArduinoXInput AVR
AVR boards package for the ArduinoXInput project
Stars: ✭ 53 (+47.22%)
Mutual labels:  core

tgEasy

tgEasy

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

Featurs

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

Requirements

Installing

pip3 install tgEasy

Resources

Copyright and Licence

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].