项目作者: auxillary1902
项目描述 :
This script scrapes aviation news from the website: https://simpleflying.com/category/aviation-news/
高级语言: Python
项目地址: git://github.com/auxillary1902/Aviation-News-Web-Scraper-And-Desktop-Notifier.git
Aviation News Web Scraper And Desktop Notifier
- 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
Requirements:
1) bs4
2) notify2
3) requests
To run the script
1) clone the repository
2) run python scriptCaller.py