Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andriyor/tele-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tele track

Track channel messages based on keywords and receive notification from bot

Configure

.env file example:

API_ID=****
API_HASH=****
BOT_TOKEN=****
TRACK_CHAT_ID=****
SEND_CHAT_ID=****
KEYWORD=****

Install

poetry install --no-root

install on ubuntu

sudo apt install pipx -y
pipx ensurepath
pipx install poetry==1.8.3
poetry install --no-root

Run

poetry run python main.py
pm2 start 'cd ~/apps/tele-track && poetry run python main.py' --name tt

Related docs

App configuration

Telethon

Python Telegram bot api.

TODO

  • more filtering options

About

Track channel messages based on keywords and receive notification from bot

Resources

Stars

Watchers

Forks

Languages