A telegram bot just for spoilers. Because others won't do :>
The Dockerfile will automatically set up the environment.
Compose file is also included.
First, edit BOTTOKEN in .env file.
Then continue below:
With debugging:
docker-compose upFor production:
docker-compose up -d
docker image build -t onlyspoilerbot:0.1 .With debugging:
docker run -it --name bot -e BOT_TOKEN=<YOUR TOKEN> onlyspoilerbot:0.1
For production:
docker run --name bot -e BOT_TOKEN=<YOUR TOKEN> --detach onlyspoilerbot:0.1
This bot is based on Python 3.8 and implemented according to the Google Python Style Guide.
NONE.
just use Inline @OnlySpoilerBot <hide me>