All Projects → RoyXiang → docker-EFB

RoyXiang / docker-EFB

Licence: GPL-3.0 license
A docker image for https://github.com/blueset/ehForwarderBot

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-EFB

efb-qq-slave
EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端
Stars: ✭ 447 (+1843.48%)
Mutual labels:  eh-forwarder-bot
efb-wechat-docker
EFB WeChat Slave Docker Ver.
Stars: ✭ 48 (+108.7%)
Mutual labels:  efb
Ehforwarderbot
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
Stars: ✭ 2,689 (+11591.3%)
Mutual labels:  eh-forwarder-bot

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:

$ 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].