项目作者: RoyXiang

项目描述 :
A docker image for https://github.com/blueset/ehForwarderBot
高级语言:
项目地址: git://github.com/RoyXiang/docker-EFB.git
创建时间: 2017-01-17T01:14:15Z
项目社区:https://github.com/RoyXiang/docker-EFB

开源协议:GNU General Public License v3.0

下载


Please use docker-ehforwarderbot instead.

Unofficial Docker image for EH Forwarder Bot. Maintained by Roy Xiang. Included all officialy maintained channels.

Supported tags and respective Dockerfile links

Get Started

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:

  1. $ touch tgdata.db

Then start a docker container by the following command:

  1. $ docker run -d --restart=always \
  2. --name=ehforwarderbot \
  3. -v $(pwd)/config.py:/opt/ehForwarderBot/config.py \
  4. -v $(pwd)/tgdata.db:/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db \
  5. royx/docker-efb

If an interactive process is needed for authentication (like WeChat), check it in docker logs:

  1. $ docker logs ehforwarderbot

Volumes

  • /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

Official Documentation