This is a production-ready Telegram bot that automatically monitors IVASMS.com for new OTPs and sends them to a Telegram group with touch-to-copy functionality.
📁 Project Structure whisko-petcare/ ├── cmd/ │ └── api/ │ └── main.go # Application entry point (HTTP server) ├── internal/ │ ├── application/ │ │ ├── command/ # Command handlers (write operations) │ ...