Skip to content

Instantly share code, notes, and snippets.

View jacebrowning's full-sized avatar

Jace Browning jacebrowning

View GitHub Profile
@diiq
diiq / index.js
Created December 4, 2017 21:00
Scraping the Michigan SOS voter registration page for 1 person, as a AWS lambda function
'use strict';
const https = require("https");
const querystring = require('querystring');
/*
APOLOGY:
50% of this mess is because I'm lazy and don't want to package a
requests library up to Amazon, That should probably be fixed.