This repo contains the code for our telegram audio message bot that is part of our client project that for Handpicked agencies. This client project is assigned to us for our Semester 4 Creative Technology course.
How can we bring racing news to racing fans by voice in a fun way?
Through a telegram audio message generated by Voice AI. this audio message will be modified in such a way that it sounds more like a Board radio of a formula 1 car and will be spoken by an Voice AI model of a formula 1 driver.
Telegram provides us with an easy to use API and enable us to send 1 message that will reach all subscribed / joined users with a push notification. Reason 2 is that Telegram allows for use of Audio messages.
We are planning for the telegram bot to send a message each thursday morning at 09:30 🕤. The news that will be shared is news snippet that contains multiple short descriptive fragments of important news.
For our first prototype(this repo) it will not be possible for users to customize their experience. But this is certainly something that can and should be looked at in the future.
This telegram audiomessage bot uses the following technologies:
- node.js - evented I/O for the backend
- telegram-bot-api - official telegram bot api
- telebot - framework for telegram bot api written for NodeJS