/PostForwarderBot

A simple bot to copy post and send them from one channel to another without forwarded tag.

Primary LanguagePython

Post Forwarder Bot

This bot can send all new messages from one channel, directly to another channel (or group, just in case), without the forwarded tag!

Setting up

  • First:

APP_ID and API_HASH - Get it from my.telegram.org
BOT_TOKEN - Get it from @BotFather
FROM_CHANNEL - The ID of the main channel from where posts have to be copied.
TO_CHANNEL - The ID of the channel to which the posts are to be sent.

  • Chose a platform to deploy on:
Deploy on Heroku

Local Deploys
- Clone the repo: git clone https://github.com/stark-Prince/PostForwarderBot
- Make a .env file in the root of the repo and fill in the values.
- Use python3 bot.py to start the bot.

Usage

Add the bot to both channels with admin permission All new messages will be auto-posted!!

Updates Channel Bots Hub for help. Support Chat Bots Hub Support for help.