Skip to content

mr-koibash/assistbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssistBot

Bot sends messages from telegram to email.

1. Install

1.1 Create config.ini file:

cp -p configs/config-example.ini configs/config.ini 

And fill config.ini by own data.

1.2 Build docker image:

docker build . --tag assistbot

1.3 Run docker image:

docker run -d \
          --restart unless-stopped \
          -v ./configs:/assistbot/configs \
          -v ./files:/assistbot/files \
          assistbot

2. Usage

Just write to bot:

/help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published