Please use docker-ehforwarderbot instead.
Unofficial Docker image for EH Forwarder Bot. Maintained by Roy Xiang. Included all officialy maintained channels.
- (Dockerfile)
- (Dockerfile)
Make sure you have config.py
in the current working directory.
If you use Telegram as your master channel and do not have a tgdata.db
backuped. You need to create one first:
$ touch tgdata.db
Then start a docker container by the following command:
$ docker run -d --restart=always \
--name=ehforwarderbot \
-v $(pwd)/config.py:/opt/ehForwarderBot/config.py \
-v $(pwd)/tgdata.db:/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db \
royx/docker-efb
If an interactive process is needed for authentication (like WeChat), check it in docker logs:
$ docker logs ehforwarderbot
/opt/ehForwarderBot/config.py
- the configuration file for EH Forwarder Bot/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db
- the file which holds the link information and message logs