/pyFlightHub

Python Script to get Microsoft Windows Insider Build Flighting info

Primary LanguagePythonApache License 2.0Apache-2.0

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.