Recolor Bot
About
Fun telegram bot, that can change your hair color.
Preparations
- Update package lists
sudo apt-get update
; - Make sure Git and docker-compose are installed
apt-get install git docker-compose -y
; - Clone this repo via
git clone https://github.com/im-koala/HairRecolorBot
; - Move to the directory
cd HairRecolorBot
.
Deployment
- Rename
.env.sample
to.env
and replace a token placeholder and owner id with your own one; - Start the bot:
docker-compose up
.