You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
573 B
Markdown

# certAlert, the NetSec info push script
7 years ago
Hey there. This is my little script which alerts me via Firebase Cloud Messageging (push) if there is a new advisory on the german CERT page which is relevant to my interests.
Adapting this for your own purposes shouldn't be too hard.
To use this, simply change the constants at the head of the file.
Requires BeautifulSoup and pyfcm! Huge shoutout to the creators of those.
Run this script as a cronjob on your server. Prolly need an android/ios app to receive this stuff tho
This _almost_ has the potential to become a crawler.