Skip to content

This is a Python project built with Telethon, designed to simplify the process of forwarding messages between Telegram groups or channels. With minimal setup, this bot allows you to seamlessly share messages and media, making cross-platform communication seamless and automatic.

License

Notifications You must be signed in to change notification settings

dhruvknsr/Telegram-AutoForwardBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Auto Forward Bot

This makes a user send all messages from one/many chat(s) to another chat(s).

Setting up

  • First:
  • APP_ID and API_HASH - Get it from my.telegram.org
  • SESSION - A telethon session string, get it from here
  • FROM_CHANNEL - Channel ID(s) split by space or just one channel ID
  • TO_CHANNEL - Channel ID(s) split by space or just one channel ID
  • BLOCKED_TEXTS - To block any specific text in message. ( If that text is found inside the text, then that message will not get forward)
  • MEDIA_FORWARD_RESPONSE - To manage media forward. ( To allow media forward - yes or no)
  • REPLACE_DICT - To replace text in messages. (word:replacement) seperated by comma
  • Deployment:

Usage

All new messages will be auto-posted!! Join the channel from you want the posts to be taken. Join as admin in the channel where you want the posts to be sent to.

Credits

Ayush7445 for the original script [telegram-forwarder_auto]

About

This is a Python project built with Telethon, designed to simplify the process of forwarding messages between Telegram groups or channels. With minimal setup, this bot allows you to seamlessly share messages and media, making cross-platform communication seamless and automatic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages