Telegram Administrative Bot Development
Budget: $10 – $30 USD
We have a need to create Python script of Administrative telegram bot for several private groups and open channels. I will provide token for a bot for telebot library in Python.
There should be 3 variables
• List_of_bots=[“OmegaTrade_Analysis_bot”, “OmegaTrade_Analysis_bot2”, “OmegaTrade_Analysis_bot3”]
• List_of_speshial_users=[‘Tony”]
• List_of_bad_words=[“Продажа”,”Обзор”,”Подпишитесь”]
• List_of_theirs_with_no_restriction=[“Обсуждение”,”Методология”,”Реклама”]
Expect bot to work the following way, after I added it to all groups and channels
1) I expect it to delete all duplicated messages send by either of 3 bots within one channel or group in the last 100 messages send by any of this bots in all channels or groups separately. (Note: list of this bots should be changeable in variable “List_of_bots”)
2) I expect it to delete all messages send by subscribers in threads named other then in variable “List_of_theirs_with_no_restriction” if they are send by users with nickname other then specified in variable “List_of_speshial_users” or in variable “List_of_bots”
3) I want to delete all messages from any users others then specified in “List_of_speshial_users”, to be deleted in thried “List_of_theirs_with_no_restriction” if they contain any word form “List_of_bad_word”, and bot should sent to such users private message saying “Your message ‘messege text’ was deleted due to privacy violation. We kindly as you to write messages in thrield Обсуждение”.
4) I expect to see in consol and in special txt file all activities of the bot
a. From 1 step: time, user, channel or group name, message
b. From 2 step: time, user, channel or group name, message
c. From 3 step: time, user, channel or group name, message
There should be 3 variables
• List_of_bots=[“OmegaTrade_Analysis_bot”, “OmegaTrade_Analysis_bot2”, “OmegaTrade_Analysis_bot3”]
• List_of_speshial_users=[‘Tony”]
• List_of_bad_words=[“Продажа”,”Обзор”,”Подпишитесь”]
• List_of_theirs_with_no_restriction=[“Обсуждение”,”Методология”,”Реклама”]
Expect bot to work the following way, after I added it to all groups and channels
1) I expect it to delete all duplicated messages send by either of 3 bots within one channel or group in the last 100 messages send by any of this bots in all channels or groups separately. (Note: list of this bots should be changeable in variable “List_of_bots”)
2) I expect it to delete all messages send by subscribers in threads named other then in variable “List_of_theirs_with_no_restriction” if they are send by users with nickname other then specified in variable “List_of_speshial_users” or in variable “List_of_bots”
3) I want to delete all messages from any users others then specified in “List_of_speshial_users”, to be deleted in thried “List_of_theirs_with_no_restriction” if they contain any word form “List_of_bad_word”, and bot should sent to such users private message saying “Your message ‘messege text’ was deleted due to privacy violation. We kindly as you to write messages in thrield Обсуждение”.
4) I expect to see in consol and in special txt file all activities of the bot
a. From 1 step: time, user, channel or group name, message
b. From 2 step: time, user, channel or group name, message
c. From 3 step: time, user, channel or group name, message