This Telegram bot sends Islamic reminders at specific times of the day.
- Sends Islamic reminders at set times daily.
- Messages are sent to a specified Telegram channel.
-
Clone the repository:
git clone https://github.com/yvexeldev/reminderbot.git
-
Install dependencies:
cd reminderbot npm install -
Create a
.envfile in the project root with your Telegram bot token and channel ID:BOT_TOKEN=your_bot_token_here CHANNEL_ID=your_channel_id_here -
Run the bot:
npm start
You can customize the messages and timing by editing the messages array and the setInterval function in index.js.
This project is licensed under the MIT License - see the LICENSE file for details.