Build me a custom Telegram API script
Budget: $30 – $250 USD
I need a script, that utilizes the Telegram API (not BOT API), that "listens" for new messages to a private channel on telegram and outputs the message's text. The script will be hosted on an AWS EC2 instance, located in Tokyo.
What is very important is that the script does that as fast as possible (under 0.5s) from the initial sending of the message in the channel.
Things tried so far that have a larger delay, so don't work:
- telethon
- pyrogram + tgcrypto + uvloop
- tdlib for python
In all of the above, the result is unsatisfactory and the delay between the timestamp of the message and the timestamp of receiving the message is 1+ seconds.
The script will be used with a client account, not bot account. The TG Channel is associated with TG DC5. The TG account that will use the script is associated with DC5 as well.
Feel free to ask if you need any additional information.
What is very important is that the script does that as fast as possible (under 0.5s) from the initial sending of the message in the channel.
Things tried so far that have a larger delay, so don't work:
- telethon
- pyrogram + tgcrypto + uvloop
- tdlib for python
In all of the above, the result is unsatisfactory and the delay between the timestamp of the message and the timestamp of receiving the message is 1+ seconds.
The script will be used with a client account, not bot account. The TG Channel is associated with TG DC5. The TG account that will use the script is associated with DC5 as well.
Feel free to ask if you need any additional information.