https://github.com/algmironov/telegram_notification_bot
Telegram Notification Bot
https://github.com/algmironov/telegram_notification_bot
bot telegram
Last synced: 9 months ago
JSON representation
Telegram Notification Bot
- Host: GitHub
- URL: https://github.com/algmironov/telegram_notification_bot
- Owner: algmironov
- Created: 2022-06-03T19:03:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T18:34:45.000Z (about 4 years ago)
- Last Synced: 2025-01-23T05:25:03.920Z (over 1 year ago)
- Topics: bot, telegram
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram_notification_bot
Telegram Notification Bot
This bot is made to apply notifications (in format like "01.01.2023 01:01 _Notify me about something_")
from user and resend user's message back to him at the date and time user asked (01.01.2023 01:01)
The bot parses date and time from message to correctly send the notification back at the correct time.
Bot uses PostgreSQL database to store userID, notification date/time and notification text, plus marks if notiifcation is sent and sets the timestamp of when notification was exected.