Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 695 Bytes

Telegram SMS Gateway

The aim of this project is to receive SMS messages and forward them to Telegram accounts which subscribed to the forwarding.

This is project based on https://github.com/v1ctor/huawei-api-client which is the client to the web UI of HUAWEI E8372h-320 LTE/4G 150 Mbps USB Mobile Wi-Fi Modem

Setup

On Raspberry Pi (Version ARMv7)

docker build -f Dockerfile.arm .
docker run --restart=always --name=sms-gateway <IMAGE_ID> --token=<TELEGRAM TOKEN> --allowed_users=<COMMA SEPARATED LIST OF TELEGRAM USERS> --password=<MODEM PASSWORD> --username=<MODEM USERNAME>

TODO: raspbian network interfaces configuration