Budget: 1800 USD Deadline: 7 days
I saw that the presentation mentions monitoring 800+ chats, user collection, and CRM for operators. The main headache in such systems is not writing the code but not burning the account during the initial parsing of history. That's when Telegram throws FloodWait and PeerFlood, and hasty user bots get banned within half an hour. Therefore, I will build the architecture around this risk.
What I will specifically do:
User bot on Telethon with an asynchronous queue and smart limits — FloodWait is handled automatically, pauses between requests are dynamic, not a fixed sleep.
Parsing 800+ chats in batches with prioritization — first active, then archived, to avoid expiration and overloading the API.
CRM part on C# MVP: operators see new leads in real-time, take them into work, statuses, dialogue history.
Storage in PostgreSQL — structure for analytics and user search.
Everything in Docker containers, so deployment is a one-liner.
One nuance that others will miss: the first run of parsing history on 800 chats is the most dangerous moment. I gradually warm up the account, increasing the load so that Telegram perceives the activity as organic. This is the difference between "works for a week" and "banned on the first day."
After delivery, I won't disappear — I will be available for any edits and improvements. I am currently free and can start today. Message me, and I will draft a plan for the first stage with estimates by blocks within an hour.