https://github.com/dotangad/tg-notices
A simple script to check DPS RKP's notices page for updates and send me a Telegram message whenever it notices one.
https://github.com/dotangad/tg-notices
Last synced: 10 months ago
JSON representation
A simple script to check DPS RKP's notices page for updates and send me a Telegram message whenever it notices one.
- Host: GitHub
- URL: https://github.com/dotangad/tg-notices
- Owner: dotangad
- Created: 2021-04-06T20:49:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T22:13:27.000Z (about 2 years ago)
- Last Synced: 2025-10-09T19:09:12.668Z (10 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tg-notices
A simple script to check DPS RKP's notices page for updates and send me a Telegram message whenever it notices one.
## Setup
1. Create and fill out `.env`
```
BOT_TOKEN=
CHAT_ID=
```
2. Put the script on your crontab.
```
sudo crontab -e
```