This is a python-telegram-bot to handle/filter sent messages that contain any Arabic letters or country emojis.
You can run this bot on your own, install the required lib by running this command:
pip install python-telegram-botFirst line in the main.py file you will find the bot token variable, get your bot's token from the BotFather and insert it in the code:
your_bot_token = "YOUR_TOKEN_HERE"These are the current emojis/flags that are being blacklisted:
['๐ต๐ธ', '๐ฆ๐ช', '๐ช๐ฌ', '๐ฎ๐ท', '๐ฎ๐ถ', '๐ฏ๐ด', '๐ฐ๐ผ', '๐ฑ๐ง', '๐ธ๐ฆ', '๐ถ๐ฆ', '๐ธ๐พ', '๐พ๐ช']