Skip to content

kebyn/ehForwarderBot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ehForwarderBot docker image from alpine

Docker Pulls GitHub tag

v2 version

  1. blueset.telegram/config.yaml
##################
# Required items #
##################
# You are required to fill the option below,
# or this channel will not work.

# Telegram bot token.
# This is the token you obtained from BotFather
token: "12345678:1a2b3c4d5e6g7h8i9j"

# List of Telegram User IDs of admins
# ETM will only process messages and commands from users
# listed below. This ID can be obtained from various ways
# on Telegram.
admins:
- 102938475
- 91827364

# Experimental Flags
# This section can be used to enable experimental functionality.
# However, those features may be changed or removed at any time.
# Options in this section is explained afterward.
flags:
  option_one: 10
  option_two: false
  option_three: "foobar"
  • edit config.yaml
  1. getting-started
    docker run -d --restart --volume $(pwd)/blueset.telegram:/root/.ehforwarderbot/profiles/default/blueset.telegram/ kebyn/ehforwarderbot-docker
    

V1 version

  1. config
wget -o config.py https://raw.githubusercontent.com/blueset/ehForwarderBot/v1/config.sample.py
  • edit config.py
  1. getting-started
docker run -d --restart --volume $(pwd)/tgdata.db:/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db --volume $(pwd)/config.py:/opt/ehForwarderBot/config.py kebyn/ehforwarderbot-docker:release-1.0

About

ehForwarderBot docker image from alpine

Resources

License

Stars

Watchers

Forks

Packages

No packages published