balain / pmidep

PMI DEP code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmidep

PMI DEP code

Repo Archived

As of Jan 11th, 2021, this repository has been archived.

Pre-requisite: Configure Authentication

  1. Enable both the soap and openssl PHP extensions in the php.ini file
  2. Create a file called auth.php in the base directory
  3. Follow this template:

return (object) array(
    'username' => 'USERNAME_HERE',
    'password' => 'PASSWORD_HERE'
);
  1. Replace USERNAME_HERE and PASSWORD_HERE with appropriate values from the DEP account username/password.

Download and Ingest

  • Run a script to download and ingest the data: ./process.sh

Site Lists

  • Report on members by zip code: sqlite3 latest_data < run_site_queries

About

PMI DEP code

License:MIT License


Languages

Language:PHP 49.0%Language:JavaScript 38.7%Language:Shell 12.3%