Skip to content

Python Script to get Microsoft Windows Insider Build Flighting info

License

Notifications You must be signed in to change notification settings

baget/pyFlightHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyFlightHub - Get Microsoft Windows Insider Build Flighting info

Python Script to get Microsoft Windows Insider Build Flighting info

Main Resource: Flight Hub

Using Beautiful Soup 4 to parse Microsoft Flight Hub tables.

Screenshot:

Powershell Screenshot

Using:

  • Clone the repo
  • Goto into the workspace of repo
  • Create venv: python -m venv <whatever> e.g. python -m venv flighthub
  • Activate venv: e.g source ./flighthub/bin/activate or flighthub\Scripts\Activate.ps1
  • Install depedncy packages using pip: pip install -r requirements.txt
  • Run the script: ./src/pyFlightHub.py

TODO:

  1. Add an option to display only a particular version or build.
  2. Add an option to export to csv.
  3. Add an option to do queries.

Releases

No releases published

Packages

No packages published

Languages