dexcentral
Newbie
- Sep 23, 2021
- 3
- 2
Hey everyone,
I am looking for some help, happy to pay if someone can help me with the following telethon scripting inquiry:
1) Scrape admins from groups (already done this script, just need to add proxy and exclude bots that are admins too)
2) I need to have a script that messages group admins from step 1 with a list of accounts that are ready to message from (this list is made on a text file which is populated by another python script dynamically). 2 threads at a time with the 1 proxy attached to each thread. And when the task is done per account (35-40 messages limit before rotating accounts), it will run a call script from my proxy provider that refreshes the IP (pushurl provided by my proxy provider)
3) Message the same TG groups where the admins are scraped from in step 1 if the group permissions such asdefault_ban_rights and banned_rights does not have any rules that indicate a captcha is in place (rose, combot, etc). As well for groups that don't have embed_links set to false I want to be able to send a hyper link within the message. This is the same process with step 2 where there are 2 threads with another pool of accounts connected. And every time 20-30 groups have been messaged on the group chat it would rotate accounts). I will confirm the amount of group messages exactly before the rotation of accounts/ip refresh occurs
Note: I have point 1 almost done, point 2 and 3 I haven't started yet since there are premade version available but still lacking the features I need (proxies, multi threading, multi account, rotation management, cool down period for accounts, etc).
Thanks!
I am looking for some help, happy to pay if someone can help me with the following telethon scripting inquiry:
1) Scrape admins from groups (already done this script, just need to add proxy and exclude bots that are admins too)
2) I need to have a script that messages group admins from step 1 with a list of accounts that are ready to message from (this list is made on a text file which is populated by another python script dynamically). 2 threads at a time with the 1 proxy attached to each thread. And when the task is done per account (35-40 messages limit before rotating accounts), it will run a call script from my proxy provider that refreshes the IP (pushurl provided by my proxy provider)
3) Message the same TG groups where the admins are scraped from in step 1 if the group permissions such asdefault_ban_rights and banned_rights does not have any rules that indicate a captcha is in place (rose, combot, etc). As well for groups that don't have embed_links set to false I want to be able to send a hyper link within the message. This is the same process with step 2 where there are 2 threads with another pool of accounts connected. And every time 20-30 groups have been messaged on the group chat it would rotate accounts). I will confirm the amount of group messages exactly before the rotation of accounts/ip refresh occurs
Note: I have point 1 almost done, point 2 and 3 I haven't started yet since there are premade version available but still lacking the features I need (proxies, multi threading, multi account, rotation management, cool down period for accounts, etc).
Thanks!