Code for the @RapGeniusBot, an AI powered rap music generating bot, available on the Telegram messaging service.
The @RapGeniusBot is a Telegram bot with which users can interact to generate rap music lyrics.
The file at pkg/handler/main.go
is deployed on a Google cloud function and is responsible for parsing incoming Telegram update.
- For more information on setting up a Telegram bot, visit the official Telegram Bots documentation.
- To learn how to setup a web hook to handle incoming user messages, check the Telegram Webhook guide.