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

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.

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
```