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

https://github.com/localrice/citk-notices-notifier

Notice notifier for CITK in telegram.
https://github.com/localrice/citk-notices-notifier

citkokrajhar notifier telegram telegram-bot

Last synced: 12 days ago
JSON representation

Notice notifier for CITK in telegram.

Awesome Lists containing this project

README

          

.

CITK Notice Notifier


Telegram bot which sends notifictions to all subscribed users whenever CITK posts any update on their website notice board.

Here's the bot: @CITKNoticesNotifierBot

# Setup:
1. Clone the repo
```sh
git clone https://github.com/localrice/CITK-Notices-Notifier
```

2. Add the following env var to .env
```
export BOT_TOKEN=""
```

3. Grant execution permission
```
chmod +x setup.sh
```

4. Setup environment
```
source setup.sh
```