Searx scraper with pushover notifications
The idea came from Justin Seitz's Automating OSINT blog and I have repurposed his keywordmonitor.py code stripping out the pastebin features and replacing the email functions with pushover notification system.
sudo pip install python-pushover --user
Follow the blog entry linked above to setup a Searx instance.
Add a few keywords to a keywords.txt file in the same directory. If there are domains, words, or phrases you'd like to black list just add them to blacklist.txt. Then just run ./searxmon.py on the same server that is running your Searx instance.