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.
A SQL migration script for creating a 'morning_users' table with various fields.

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.
A Telegram chat interface displaying a bot named 'Morning' that provides daily mantras.

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.
The image displays a code editor with a Markdown file containing instructions for generating daily mantras for a Telegram bot.
Create OpenAI assistant to generate daily mantra for #morning
The image displays a user interface for an OpenAI assistant focused on generating daily mantras.

No replies yet

Implement Telegram webhook for #morning
A Telegram chat interface displaying a bot named 'Morning' with a nature-themed background.

No replies yet

Create Telegram bot for #morning
A Telegram bot interface titled 'Morning' with a vibrant nature-themed background.
See similar todos