Code Monkey home page Code Monkey logo

isp-checker's Introduction

Build Status

isp-checker

This is a new project. Performance not guaranteed. Documentation can be found here.

Overview

Internet Service Provider (ISP) serviceability data are not readily available for listings on real estate websites such as Zillow and Trulia.

This means that homebuyers must manually navigate through the web interface for each potential ISP, one at a time, in order to assess the internet connectivity options for a given listing.

The isp-checker program provides a framework for retrieving ISP serviceability data across providers at any address - without having to trudge through each ISP website's clunky UI - by directly accessing specific API endpoints to retrieve this data.

The following ISPs and metadata are currently supported:

Internet Service Provider Availability Status Plan Details
Spectrum Yes Coming soon*
AT&T Coming soon Coming soon
CenturyLink Yes Yes
Verizon LTE Home Internet Yes N/A**

* virtually all Spectrum connections have options for 200+ Mbps plans

** all Verizon LTE Home Internet plans have stated download speeds of 25-50 Mbps

Installation

Prerequisites:

  • Python 3.8+
  • Git 2.33+

Navigate into a directory of choice and grab the code from this repository:

git clone https://github.com/joshuavictorchen/isp-checker.git isp-checker

cd into isp-checker and install the application. Use of a venv is recommended:

cd isp-checker
pip install -U -e .

Basic Use

Once installed, the ispcheck command can be executed from any working directory to check for ISP availability at a given address, or for a given Zillow or Trulia listing.

The program is in its early stages, and is not very robust. The command MUST be entered in one of the following forms, with no deviation. Two-liner addresses are not yet supported for manual address entry:

ispcheck [street address], [city name], [state abbreviation], [5 digit zip code]
- or -
ispcheck [URL for Zillow listing]
- or -
ispcheck [URL for Trulia listing]

For example:

ispcheck 123 neutronland road, reactorville, nc 12345

Example

docs/_images/example1.png

Refer to the documentation for more details.

isp-checker's People

Contributors

joshuavictorchen avatar

Watchers

 avatar

isp-checker's Issues

Build and deploy documentation using `gh-pages`

Documentation for this project is currently built from the docs folder in the master branch, which clutters the change log with .html file updates for new commits.

Eliminate this behavior by updating this repo to use a gh-pages branch for documentation building/deployment.

Resources:

  1. https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
  2. https://github.com/JamesIves/github-pages-deploy-action

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.