Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)