Skip to content

vvzvlad/auscultatio_sounds_bot

Repository files navigation

Auscultatio Sounds Bot

Telegram bot for learning auscultation sounds.

WARNING!

This code was generated by an Cursor/Claude-3.5-sonnet. Read it at your own risk!

The author takes no responsibility for:

Eye fatigue
Brain overload
Blown minds
Any other injuries resulting from trying to understand this code
If you're still here and want to proceed - good luck! You have been warned.

About the Project

A Telegram bot for learning auscultatory sounds. It allows users to listen to various breath sounds and test their knowledge.

Start with Docker Compose

  1. Create a docker-compose.yml file:

    volumes:
      data:
    
    services:
      bot:
        image: ghcr.io/vvzvlad/auscultatio_sounds_bot:latest
        restart: unless-stopped
        volumes:
          - data:/app/data
        environment:
          - BOT_TOKEN=your_telegram_bot_token
  2. Start the bot by running:

    docker-compose up -d

The bot will store all working files (e.g., statistics) in the data volume.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published