- This script uses the beautifulSoup python package to scrape article headlines from the website : https://simpleflying.com/category/aviation-news/
- The script scrapes the headlines and stores in json object newsData.json
- It then uses the object to display desktop notifications using the package Notify2
- bs4
- notify2
- requests
- clone the repository
- run
python scriptCaller.py