https://github.com/coswat/reminder-bot
Telegram bot to set reminders, Built-in PHP,
https://github.com/coswat/reminder-bot
php reminder scheduler telegram telegram-bot
Last synced: about 1 year ago
JSON representation
Telegram bot to set reminders, Built-in PHP,
- Host: GitHub
- URL: https://github.com/coswat/reminder-bot
- Owner: coswat
- Created: 2023-03-05T23:20:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T09:14:56.000Z (over 3 years ago)
- Last Synced: 2025-04-04T17:51:51.569Z (about 1 year ago)
- Topics: php, reminder, scheduler, telegram, telegram-bot
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Reminder Bot
you can set a message as reminder in with time, maybe its important or not but this bot will remind you that message on scheduled time
## Usage
Setup the repository
```
git clone https://github.com/coswat/reminder-bot.git
cd reminder-bot
composer install
```
## set your bot token
```php
//ApiController.php
protected string $bot_token = 'BOT TOKEN';
```
## connecting
```
https://api.telegram.org/bot<>/setWebhook?url=https://example.com/reminder-bot/index.php
```
## cron job
set example.com/reminder-bot/cron/script.php as cron job link
