Back
Morning

Morning

#morning

Morning is a free Telegram bot that delivers daily mantras to help you start your day with intention. Speak the mantra aloud, reflect on its lesson, and build mindful habits.
Update `users` table for #morning to hold more information that Telegram includes within a webhook update, to make sending messages in the future easier.

No replies yet

Added a cron job to #morning that generates a unique daily mantra using the OpenAI Assistant, and saves it in the database. Plus expanded the welcome message, and now hold state of users who interact with the Telegram bot.

No replies yet

As nice as the OpenAI playground is, I wanted a faster way to iterate on the system instructions for the Assistant that generates each daily mantra for #morning. I moved the instructions to a Markdown file within the project, with a Frontmatter block to hold metadata. Then added a toolbox command (internal CLI for ops tasks) for updating the Assistant.
Create OpenAI assistant to generate daily mantra for #morning

No replies yet

Implement Telegram webhook for #morning

No replies yet

Create Telegram bot for #morning
See similar todos