Skip to content

This service receives telegram messages from telegram channel, filter them and resend to another channel

License

Notifications You must be signed in to change notification settings

elisey/telefilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram filter service

This service received telegram messages from telegram groups, filter them and resend to another channel

How to deploy

cd src
cp docker/prod.env.example docker/prod.env
vim docker/prod.env

docker-compose up --build -d

How to run locally

cd src/bot
cp .env.example .env
vim .env

docker-compose up --build -d

Session keys

About sessions please read here.

To generate session key use script src/utils/generate_session_key.py

About

This service receives telegram messages from telegram channel, filter them and resend to another channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published