This was a cool idea and works as concept but unfortunately cannot be used because Telegram does not allow seeing bot messages.
The gateway bot matterbridge doesn't know how to map users with Telegram nicks so the highlights don't work on Telegram side. This bot aims to fix that.
- Python 3.8
- pipenv
- Linux/WSL
- python-telegram-bot
- Create your bot via BotFather
- Set up at least with
/newbot
,/setdescription
,/setname
and/setuserpic
. - Set up command options with
/setcommands
: - Disable privacy mode with
/setprivacy
, if this is not set the bot cannot reply to a channel - Add your personal bot
TOKEN
to .env file - Run
pipenv install -r requirements.txt
(sudo might be needef or WSL) - Run
pipenv run python bot.py