You can deploy this bot yourself by using prebuilt Docker image.
docker run -d \
--name keybox-checker \
--restart always \
-e API_TOKEN=YOUR_TELEGRAM_BOT_API_TOKEN \
ghcr.io/chitang233/keyboxchecker:mainOr, you can also deploy it from source code.
git clone https://github.com/chitang233/KeyboxChecker.git && cd KeyboxChecker
pip install -r requirements.txt
API_TOKEN=YOUR_TELEGRAM_BOT_API_TOKEN python main.pyJust send a keybox file to the bot, and it will check the keybox for you.
