hexxone / OnlySpoilerBot

A telegram bot with one specific use case

Home Page:https://t.me/OnlySpoilerBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlySpoilerBot

Credits to: ReinhardtBot

A telegram bot just for spoilers. Because others won't do :>

Build & Run with Docker

The Dockerfile will automatically set up the environment.

Compose file is also included.

Compose

First, edit BOTTOKEN in .env file. Then continue below:

With debugging:

docker-compose up

For production:

docker-compose up -d

Vanilla

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

Documentation

This bot is based on Python 3.8 and implemented according to the Google Python Style Guide.

Commands

NONE.

just use Inline @OnlySpoilerBot <hide me>

About

A telegram bot with one specific use case

https://t.me/OnlySpoilerBot


Languages

Language:Python 92.5%Language:Dockerfile 7.5%