Skip to content

A Telegram bot to check if an Android Keybox is revoked.

License

Notifications You must be signed in to change notification settings

chitang233/KeyboxChecker

Repository files navigation

Keybox Checker

Deployment

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:main

Or, 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.py

Usage

Just send a keybox file to the bot, and it will check the keybox for you.

Usage

About

A Telegram bot to check if an Android Keybox is revoked.

Resources

License

Stars

Watchers

Forks

Packages