Modify Telethon Scraping Bot and add some extra features
Budget: $30 – $250 USD
Hello ,
I have a python bot that scans a telegram channel to match a specific string pasted by admin ids that are configured in the bot env settings file .
I need to implement the following changes in the bot :
1) Automatically detects the admin ids in that channel / group
2) Is able to read messages from the new captcha implementation of telegram (hidden message that needs to click)
3) Is able to scrape from groups which have no t.me links , as long as the account scraping is in that group
4) The bot will contiuously monitor a simple API that gives a list of strings (every 5secs) and add that to the array of possible strings
5) The bot will also have an option to feed strings manually to it on the fly (needs to be able to accept new strings when we copy paste them)
Once any of the admins of the TG channel or group pastes something, if the bot is able to find a string that matches any of the strings in the array (either added from the API or manually) it will perform an action using that string . The string matching is easy as it only needs to look for 6 consecutive characters in a row .
I have a python bot that scans a telegram channel to match a specific string pasted by admin ids that are configured in the bot env settings file .
I need to implement the following changes in the bot :
1) Automatically detects the admin ids in that channel / group
2) Is able to read messages from the new captcha implementation of telegram (hidden message that needs to click)
3) Is able to scrape from groups which have no t.me links , as long as the account scraping is in that group
4) The bot will contiuously monitor a simple API that gives a list of strings (every 5secs) and add that to the array of possible strings
5) The bot will also have an option to feed strings manually to it on the fly (needs to be able to accept new strings when we copy paste them)
Once any of the admins of the TG channel or group pastes something, if the bot is able to find a string that matches any of the strings in the array (either added from the API or manually) it will perform an action using that string . The string matching is easy as it only needs to look for 6 consecutive characters in a row .