Python or Node.js Telethon forwarder with filtering -- 2
Budget: $30 – $250 USD
Hello !
I need a simple telethon message forwarder that will listen to a channel or group id and do the following :
1) Detect automatically admins of group or channel and forward only messages that come from admin
2) Dynamically generate a list of possible strings to match the content of the message against from a simple API (just need to call the API with a GET request and get the content from json) or from manual input . The forwarder will continuously call the API with a 5sec interval and add new results to the array we compare against. It will also be able to accept manual input for new strings to match against and add them to the array in real time .
3) When the message from admin matches any of the strings in our array , it will redirect it to a new channel of our choice . The string matching will be very easy, as we will be looking only for 2 or 3 patterns using simple regex to match 5 characters of the message against one of the stings in our array .
4) It is able to use negative and positive keywords as form of filtering
There are multiple projects on github that you can use as a codebase for the redirection of messages using telethon, but it is up to you whether you want to use one of them or just use your own codebase .
Experience with telethon is mandatory ! This should be a fairly straightforward task if you have already worked with it before .
Proposals which have not gone through the task requirements will not be considered .
THank you !
I need a simple telethon message forwarder that will listen to a channel or group id and do the following :
1) Detect automatically admins of group or channel and forward only messages that come from admin
2) Dynamically generate a list of possible strings to match the content of the message against from a simple API (just need to call the API with a GET request and get the content from json) or from manual input . The forwarder will continuously call the API with a 5sec interval and add new results to the array we compare against. It will also be able to accept manual input for new strings to match against and add them to the array in real time .
3) When the message from admin matches any of the strings in our array , it will redirect it to a new channel of our choice . The string matching will be very easy, as we will be looking only for 2 or 3 patterns using simple regex to match 5 characters of the message against one of the stings in our array .
4) It is able to use negative and positive keywords as form of filtering
There are multiple projects on github that you can use as a codebase for the redirection of messages using telethon, but it is up to you whether you want to use one of them or just use your own codebase .
Experience with telethon is mandatory ! This should be a fairly straightforward task if you have already worked with it before .
Proposals which have not gone through the task requirements will not be considered .
THank you !