-
Updated
May 31, 2022 - Python
#
mtproto
Here are 157 public repositories matching this topic...
Pure Python 3 MTProto API Telegram client library, for bots too!
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
python
client
library
framework
telegram
async
python-library
bot-api
telegram-api
mtproto
hacktoberfest
tdlib
pyrogram
-
Updated
May 26, 2022 - Python
Telegram for Windows 10
-
Updated
May 15, 2022 - C#
Async PHP client/server API for the telegram MTProto protocol
bot
php
telegram
lua
async
proxy
telegram-api
mtproto
easy
voip
madelineproto
hacktoberfest
amphp
stickers
inline-bots
calls
secret-chats
mtproto-api
-
Updated
May 25, 2022 - PHP
tdakkota
commented
Dec 9, 2021
Description
Add examples for
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
area: client
telegram package issues
NodeJS/Browser MTProto API Telegram client library,
-
Updated
May 25, 2022 - TypeScript
Telegram API JS (MTProto) client library for Node.js and browser
api
client
library
browser
telegram
messenger
telegram-api
lib
mtproto
telegram-web
tdlib
telegram-online
telegram-api-js
-
Updated
Apr 27, 2022 - JavaScript
The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
python
telegram
script
telegram-bot
python-script
python3
mtproto
telegram-chat
user-bot
telegram-userbot
telethon
aahnik
aahnik-daw
telegram-account
tgcf
telegram-forward-bot
telegram-backup-bot
telegram-sync-bot
-
Updated
Oct 20, 2021 - Python
MarshalX
opened
Mar 1, 2021
High Performance NodeJS MTProto Proxy
-
Updated
May 30, 2020 - JavaScript
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
-
Updated
May 15, 2022 - PHP
Telegram Group Manager Bot Written In Python Using Pyrogram.
python
heroku
bot
ai
telegram
telegram-bot
python3
mtproto
gram
hacktoberfest
groupmanager
pyro
telegrambot
pyrogram
mirror-bot
pyrogram-bot
williambutcherbot
-
Updated
May 31, 2022 - Python
Open
Friendly methods
8
Lonami
commented
Feb 5, 2020
Use of raw API should be the exception, not the norm. Our client should offer an idiomatic interface for the most commonly used methods.
Starting by porting Telethon's client methods would be a good start (not including all, and not necessarily with the same name).
Methods which are in my opinion worth implementing
Telegram Client API (MTProto) library written 100% in C# and .NET Standard
bot
client
telegram
csharp
telegram-bot
dotnet
telegram-api
mtproto
tlsharp
telegram-bot-api
client-api
telegram-client
userbot
telegram-userbot
clientapi
-
Updated
May 31, 2022 - C#
An Object-Oriented PHP library for Telegram Bots
api
bot
cli
php
webhooks
composer
telegram
telegram-bot
oop
telegram-api
mtproto
telegram-bots
hacktoberfest
userbot
getupdates
-
Updated
May 27, 2022 - PHP
CLI telegram client written in golang
-
Updated
Feb 10, 2022 - Go
Bot that leech (re-upload) internet contents including torrent to telegram
-
Updated
May 12, 2021 - Python
Improve this page
Add a description, image, and links to the mtproto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mtproto topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add
context.Contextto every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple