Skip to content

A simple telegram bot for getting inspirational quotes written in Go

Notifications You must be signed in to change notification settings

Ayo-Awe/quote_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Bot

This repository features a telegram quote bot written in golang. The bot sends an inspirational quote upon request from the user.

Commands

  • /start : Initialize a conversation with the bot
  • /quote : Get a new quote

Dependencies

The quotes used by the bot are sourced from Quotable, a free and open source quotations API

Todo

  • 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

Deployment

Quote bot currently runs as a web service on Render. It handles incoming requests via webhooks rather than long polling.

About

A simple telegram bot for getting inspirational quotes written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages