I currently have 1 Telegram account working without a proxy, on which a Python script is constantly running. The script automatically communicates with the bot @chatbot (anonymous chat), sends messages, receives responses, and operates in a loop. The specialist's task is to scale this system into a farm of 20 accounts, where each account operates just like my existing one.
What specifically needs to be done:
1. Find the cheapest and quality Telegram accounts (20+ pcs).
2. Find and connect cheap stable proxies (1 account = 1 proxy or, if possible, 1 proxy = 2 accounts).
3. Set up the environment on a remote server, where it will be possible to access each account and see how the script works.
4. Modify my existing Python script so that it works with proxies; can be launched in multiple instances; does not conflict between accounts.
5. Launch 20 working instances of the script, connected to 20 accounts.
6. Provide a short instruction on how to add new accounts in the future.