repository
0.0.0-20201110052825-b11749ac5181
Repository: https://github.com/grachevv/jwt_bot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
JWT_bot
Simple telegram bot for decoding JWT.
Bot lives here: https://t.me/ssg_jwt_bot
How to start
First, you need to register a new bot. You can read about this here: https://core.telegram.org/bots#3-how-do-i-create-a-bot. Finally, you will get API token.
Run docker container with a bot:
docker build -t jwt-bot:latest .
docker run --name jwt-bot -d -e BOT_TOKEN={your api token} jwt-bot