https://github.com/thespeedx/tg-bridger
https://github.com/thespeedx/tg-bridger
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thespeedx/tg-bridger
- Owner: TheSpeedX
- Created: 2020-09-07T18:57:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:03:44.000Z (about 5 years ago)
- Last Synced: 2025-04-11T23:51:51.423Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TG Bridger
A Telegram Channel bridger. This bridge sends the message posted in one or many channel to one or many channel.
### Features
- Supports Multiple Bridging Techniques.
- One - One Bridging
- Many - One Bridging
- One - Many Bridging
- Many - Many Bridging
- Filter Message By Regex
### How To Use
- Get your Telegram API ID, API HASH from [Telegram](https://my.telegram.org/apps).
- Paste API ID, HASH and Phone Number in `.env` file
- Install requirements by `pip install -r requirements.txt`
- Then Build a config file running `python config.py`
- Finally, run Code by `python bot.py`
#### Note
- If you can't receive or read message, Make sure your account have permission.
- If you are running code in AWS, you possibly can't login as Telegram blocks login requests from AWS. A workaround will be logging in locally and using the session file in AWS.
This code was part of a freelance project. The code might be unstable and might not be actively maintained.
Any contribution is highly appreciated.
## Contact me
Feel free to open an issue
[Telegram](http://t.me/the_space_bar)
[Check Out My YouTube Channel](https://www.youtube.com/c/SpeedXTech)