This repository features a telegram quote bot written in golang. The bot sends an inspirational quote upon request from the user.
/start
: Initialize a conversation with the bot/quote
: Get a new quote
The quotes used by the bot are sourced from Quotable, a free and open source quotations API
- Abstract quote client to simplify switching quotes API
- Implement a get quote by category feature
- List all quote categories
- Search for a quote
- Daily inspirational quote reminders
Quote bot
currently runs as a web service on Render. It handles incoming requests via webhooks rather than long polling.