Skip to content

jamshaidtahiri/TeleBot-Channel-Message-Forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sure! Let's enhance the README with some symbols to make it more visually engaging:

🚀 Telegram Bot - Channel Message Forwarder 📬

Telegram Bot Logo

Welcome to the Telegram Channel Message Forwarder bot! This bot listens to messages in one channel and forwards them to another specified channel.
It's a convenient way to share updates and content between different Telegram channels. Let's get started! 🎉

## Prerequisites 📝

- Python 3.5 or higher ✅
- `python-telegram-bot` library (install using `pip install python-telegram-bot`) 🐍

## Getting Started 🚀

1. **Clone the Repository:** Begin by cloning this repository to your local machine:

```bash 
git clone https://github.com/jamshaidtahiri/TeleBot-Channel-Message-Forwarder.git
cd TeleBot-Channel-Message-Forwarder
  1. Install Dependencies: Install the required Python dependencies using pip:.
pip install -r requirements.txt
  1. Obtain Your Telegram Bot Token: Obtain your Telegram Bot Token from the BotFather on Telegram. 🤖

  2. Configure the Bot: Open the tele_bot.py file and replace 'YOUR_BOT_TOKEN' with your actual bot token.

  3. Specify Source and Destination Channels: In the tele_bot.py file, replace 'SOURCE_CHANNEL_CHAT_ID' with the chat ID of the channel from which you want to forward messages and 'DESTINATION_CHANNEL_CHAT_ID' with the chat ID of the channel where you want to send the messages.

  4. Run the Bot: Start the bot by running the following command:

python tele_bot.py

The bot will now start listening for messages in the source channel and forward them to the destination channel. 🎯

Bot Features 🤖

  • Effortless Message Forwarding: The bot will seamlessly forward messages from the source channel to the destination channel, ensuring your content reaches the desired audience. 📬

Contributing 🤝

Contributions are always appreciated! If you find any issues or have ideas to enhance the bot's functionality, feel free to create a pull request. Let's make this bot even better together! 🌟

License 📜

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments 🙏

  • A big thanks to the developers of the python-telegram-bot library for making it easy to work with the Telegram Bot API. 🙌

Happy bot forwarding! 🚀📬

About

Telegram Bot - Channel Message Forwarder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages