Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbuslov/reminder_4u_bot
AI Telegram Bot Reminder. You send a free-form text OR voice reminder, the AI bot records it and reminds you at the right time!
https://github.com/mrbuslov/reminder_4u_bot
ai ai-bot aiogram chatgpt django gpt-3 gpt-4 gpt-models python reminder telegram-bot voice-recognition whisper
Last synced: 3 days ago
JSON representation
AI Telegram Bot Reminder. You send a free-form text OR voice reminder, the AI bot records it and reminds you at the right time!
- Host: GitHub
- URL: https://github.com/mrbuslov/reminder_4u_bot
- Owner: mrbuslov
- Created: 2024-04-21T08:14:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:39:44.000Z (28 days ago)
- Last Synced: 2024-10-20T04:16:54.107Z (26 days ago)
- Topics: ai, ai-bot, aiogram, chatgpt, django, gpt-3, gpt-4, gpt-models, python, reminder, telegram-bot, voice-recognition, whisper
- Language: Python
- Homepage: https://t.me/reminder_4u_bot
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You can try the bot here! [t.me/reminder_4u_bot](https://t.me/reminder_4u_bot)
Written by [@mrbuslov](https://t.me/mrbuslov)UPD: bot is unavailable now, it was shut down because of lack of users. If you have any ideas about promotion, I would love to cooperate with you
# About
AI Telegram Bot Reminder. You send a free-form text-reminder OR record a voice message, the AI bot records it and reminds you at the right time :) Try it out!# How it works
You type in any text OR send a voice message, we convert and split it with AI like this:
- You: hey, remind me about my haircut tomorrow at 8 am
- Bot: Got you! Set a reminder "haircut" at 8 am. tomorrow. I'm sure you'll be stunning after it!Set up your account with settings (optional, up to you)
Start setting or deleting the reminders with your voice or text messages!
# How to run
- Create an `.env` file with fields from `.env.example` file
- `docker compose up --build`