Skip to content
forked from peksi/tonni-bot

A telegram bot for tracking skied distance in a group chat

Notifications You must be signed in to change notification settings

pholm/havuja-bot

 
 

Repository files navigation

havuja-bot

A telegram bot for tracking skied distance in a group chat. Based on tonni-bot by peksi.

You might think it's completely overengineered and you'd be right.

Development

  • Create a Telegram bot using BotFather
  • Create a .env file based on the .env.example and fill the necessary values.
  • Use Docker Compose to run the bot: docker compose up --build

Production

  • Create a Telegram bot using BotFather
  • Copy the codebase to a service capable of Docker Compose.
  • Create a .env file based on the .env.example and fill the necessary values. Make sure to set COMPOSE_FILE=docker-compose-prod.yml.
  • Start the service with docker compose -f docker-compose-prod.yml up -d.
  • Ski

About

A telegram bot for tracking skied distance in a group chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Dockerfile 0.8%