Skip to content

auxillary1902/Aviation-News-Web-Scraper-And-Desktop-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages