Skip to content

Instantly share code, notes, and snippets.

NAME STATUS SALARY PAY BASIS POSITION TITLE
Alexander, Monica K. Employee $56,000.00 Per Annum EXECUTIVE ASSISTANT
Ambrosini, Michael J. Employee $95,000.00 Per Annum SPECIAL ASSISTANT TO THE PRESIDENT AND DIRECTOR OF THE OFFICE OF THE CHIEF OF STAFF
Amin, Stacy C. Employee $140,000.00 Per Annum SPECIAL ASSISTANT TO THE PRESIDENT AND ASSOCIATE COUNSEL TO THE PRESIDENT
Andersen, Whitney N. Employee $94,000.00 Per Annum DEPUTY DIRECTOR OF OPERATIONS FOR THE WHITE HOUSE MANAGEMENT OFFICE
Anderson, Alexander J. Employee $77,000.00 Per Annum DIRECTOR OF DIGITAL ENGAGEMENT
Angelson, Alexander J. Employee $95,000.00 Per Annum SPECIAL ASSISTANT TO THE PRESIDENT FOR LEGISLATIVE AFFAIRS
Augustine, Rene I. Employee $140,000.00 Per Annum SPECIAL ASSISTANT TO THE PRESIDENT AND SENIOR ASSOCIATE COUNSEL TO THE PRESIDENT
Baitel, Rachael Employee $62,000.00 Per Annum EXECUTIVE ASSISTANT
Baldwin, Brittany L. Employee $70,000.00 Per Annum SPEECHWRITER
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 6.
Employee Name,EO 13770 Waiver,5 C.F.R. § 2635.502(d) Authorization,5 C.F.R. § 2635.503(c) Authorization,18 U.S.C. § 208(b)(1) Waiver,Nature of Waiver
All EOP Appointees,Paragraph 6,No,No,No,May participate in communications and meetings with news organizations regarding broad policy matters.
All WHO Commissioned Officers,Paragraph 6,No,No,No,May participate in communications and meetings with covered political organizations regarding broad policy matters and particular matters of general applicability to the extent authorized by the White House.
"Augustine, Rene",None,No,No,Yes,May fully participate in the Presidential appointee review process when financial interests are involved.
"Catanzaro, Michael",Paragraph 7,No,No,No,"May participate in broad policy matters and particular matters of general applicability relating to the Clean Power Plan, the WOTUS rule, and methane regulations."
"Conway, Kellyanne",Paragraph 6,No,No,No,"May participate in communications and meetings involving former clients which are po
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
briar
meerschaum
pvc
copper
cast iron
cleaner
sewer
corncob
@stevenrich-zz
stevenrich-zz / 278requests.py
Created April 1, 2017 00:39
Automating Personal Financial Disclosure requests to White House
import csv, time
from selenium import webdriver
from selenium.webdriver.support.ui import Select
from selenium.webdriver.common.keys import Keys
applicant_name = # your name
applicant_email = # your email
applicant_address = # your physical address
occupation = # your occupation

Keybase proof

I hereby claim:

  • I am stevenrich on github.
  • I am data (https://keybase.io/data) on keybase.
  • I have a public key whose fingerprint is 3DC7 0EC7 8817 05CB 8E2E 4E5C 62C1 AC3E 3CE5 A6E5

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am stevenrich on github.
  • I am data (https://keybase.io/data) on keybase.
  • I have a public key whose fingerprint is 69FA 5730 ADDD 5488 24FE 6EB2 B727 D930 CF7E 95AA

To claim this, I am signing this object:

@stevenrich-zz
stevenrich-zz / beer
Last active December 30, 2015 07:08
import time
x = 99
beer = " bottles of beer"
wall = " on the wall"
take = "take one down"
passit = "pass it around"
while x>0:
print str(x) + beer + wall
time.sleep(2)
@stevenrich-zz
stevenrich-zz / 99bottles.py
Last active December 30, 2015 06:49
99 bottles of beer on the wall.
Thanks to Gist, I can embed pieces of code in my blog like this one,
which iterates the lyrics to the song, "99 bottles of beer" in time:
import time
x = 99
beer = " bottles of beer"
wall = " on the wall"
take = "take one down"
passit = "pass it around"