Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidayathamir/forward-telegram-chat-web
Access telegram user and forward new message from A,B,C,D,E to F,G,H,I,J.
https://github.com/hidayathamir/forward-telegram-chat-web
forward python3 telegram
Last synced: about 2 months ago
JSON representation
Access telegram user and forward new message from A,B,C,D,E to F,G,H,I,J.
- Host: GitHub
- URL: https://github.com/hidayathamir/forward-telegram-chat-web
- Owner: Hidayathamir
- License: mit
- Created: 2021-09-08T07:26:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T14:12:23.000Z (over 2 years ago)
- Last Synced: 2024-08-09T13:13:54.857Z (5 months ago)
- Topics: forward, python3, telegram
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forward-telegram-chat-web
Access telegram user then forward new message from `A,B,C,D,E` to `F,G,H,I,J`.## How to run this project
[Youtube Explain](https://youtu.be/NoKvPswbKnw) (Bahasa Indonesia).
1. Download then open the project folder, and install requirement.
```
pip3 install -r requirements.txt
```2. Open my.telegram.org to get your API_ID and API_HASH then use it in `environ.yaml`
3. Run project.
```
python3 main.py
```
![host-and-port](./README_assets/host-and-port.png)4. Open that link.
![input-phone](./README_assets/input-phone.png)5. Input your phone number. then click `send login code`. Telegram will sent login code to your telegram account.
![input-code](./README_assets/input-code.png)6. Input your login code, then click `login`.
![settings](./README_assets/settings.png)7. Chose senders and receivers. then click `start`.
![start](./README_assets/start.png)## Docker version
If you like to run this project with docker, here you go [docker version](https://github.com/Hidayathamir/forward-telegram-chat-web/tree/feature/docker)