Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 656 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 656 Bytes

nbnchecker

A simple Python script to hit the public NBNco APIs, retrieve a LOC ID for an address and get information about the tech available for a LOC ID.

Installation

Clone the git repo to your machine:

git clone https://github.com/MattKobayashi/nbnchecker.git

Change to the new directory, create and activate a virtual environment to isolate dependencies:

cd nbnchecker
python3 -m venv venv
source venv/bin/activate

Install the dependencies for the script:

python3 -m pip install -r requirements.txt

Run the script:

./nbnchecker.py

Authors