/reminder-bot

Telegram bot to set reminders, Built-in PHP,

Primary LanguagePHP

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

//ApiController.php
protected string $bot_token = 'BOT TOKEN';

connecting

https://api.telegram.org/bot<<TOKEN HERE>>/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