An open API service indexing awesome lists of open source software.

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,

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

Animated footer bars




Back to top