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.
A Telegram bot for learning auscultatory sounds. It allows users to listen to various breath sounds and test their knowledge.
-
Create a
docker-compose.ymlfile: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
-
Start the bot by running:
docker-compose up -d
The bot will store all working files (e.g., statistics) in the data volume.