Track channel messages based on keywords and receive notification from bot
.env file example:
API_ID=****
API_HASH=****
BOT_TOKEN=****
TRACK_CHAT_ID=****
SEND_CHAT_ID=****
KEYWORD=****
poetry install --no-rootinstall on ubuntu
sudo apt install pipx -y
pipx ensurepath
pipx install poetry==1.8.3
poetry install --no-rootpoetry run python main.pypm2 start 'cd ~/apps/tele-track && poetry run python main.py' --name tt- more filtering options