Skip to content

Telegram bot forwards posts from one channel to another

Notifications You must be signed in to change notification settings

kup1o/post_forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot parses channel's name and tag

Bot Preview

How to Run

Python

pip install -r requirements.txt
API_ID=00000000 \
API_HASH=aaaaaaaaaaaaaaaa0000000000000000 \
SOURCE_CHANNEL_ID=-1009999999999 \
DESTINATION_CHANNEL_ID=-1008888888888 \
python main.py

Docker

docker build -t bot .
docker run -d -e \
                 API_ID=00000000 \
                 API_HASH=aaaaaaaaaaaaaaaa0000000000000000 \
                 SOURCE_CHANNEL_ID=-1009999999999 \
                 DESTINATION_CHANNEL_ID=-1008888888888 \
                 bot

About

Telegram bot forwards posts from one channel to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published