Skip to content

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.

License

Notifications You must be signed in to change notification settings

MattKobayashi/nbnchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages