A Telegram companion bot for Deepcharts™ — orderflow trading software for advanced volume analysis.
- 💎 Plans & Pricing — Starter / Pro Trader / Elite Annual tiers with buy buttons
- 📺 YouTube — quick link to the Deepcharts channel
- ❓ FAQ — interactive question/answer flow
- 🎫 Support Tickets — 3-step intake (category → subject → description), persisted to JSON
- 🌐 Visit Site — direct link to deepcharts.com
cp .env.example .env # paste your TELEGRAM_BOT_TOKEN
go run .- Import this repo into Replit.
- Add
TELEGRAM_BOT_TOKENin Secrets. - Click Run.
main.go
internal/
├── bot/ # Telegram bot wiring, handlers, keyboards, messages
├── content/ # Plans + FAQ data
└── ticket/ # Ticket model + JSON store