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.
- Host: GitHub
- URL: https://github.com/localrice/citk-notices-notifier
- Owner: localrice
- Created: 2024-09-28T14:25:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T02:39:07.000Z (almost 2 years ago)
- Last Synced: 2025-11-06T11:03:39.342Z (8 months ago)
- Topics: citkokrajhar, notifier, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/CITKNoticesNotifierBot
- Size: 220 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
