Skip to content

KuhlTime/telegram-gravatar-bot

Repository files navigation

Banner

Telegram

This is a telegram bot that sends back gravatar profile pictures for the provided email address.

🌈 Setup

⛴ Docker

docker run\ 
  --name telegram-gravatar-bot\
  -e TELEGRAM_BOT_TOKEN=""\
  -e SENTRY_DSN=""\ # Optional
  ghcr.io/kuhltime/telegram-gravatar-bot:main

⚛️ Kubernetes

In order to deploy this project to Kubernetes you need to run the following command. Please make sure to fill in the environment variables inside the deployment.yml file before you go ahead.

kubectl apply -f deployment.yml