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
- getting-started
docker run -d --restart --volume $(pwd)/blueset.telegram:/root/.ehforwarderbot/profiles/default/blueset.telegram/ kebyn/ehforwarderbot-docker
- config
wget -o config.py https://raw.githubusercontent.com/blueset/ehForwarderBot/v1/config.sample.py
- edit config.py
- 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