forked from unitedstates/inspectors-general
-
Notifications
You must be signed in to change notification settings - Fork 0
/
safe.yml
127 lines (91 loc) · 2.15 KB
/
safe.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
###
#
# This list contains handles for inspector general scrapers that are sufficiently
# stable that a production app depending on this project could lean on this list.
#
# Generally, this means that the scraper has successfully completed a "dry run"
# since its earliest year. (Scrapes the whole site, but does not download PDFs.)
#
# For example:
# ./inspectors/fcc.py --dry_run --since=1994
#
# Data from this run will be casually reviewed for quality. Inclusion here
# does *not* mean that the data quality has been fully vetted, only that it is
# acceptably unlikely that you will experience crashes or see broken data.
#
# To run only scrapers that appear on this list, run:
# ./igs --safe
#
###
# Department of Agriculture
- agriculture
# Amtrak (yes, they are gov't enough to have an IG)
- amtrak
# Department of Commerce
- commerce
# Department of Homeland Security
- dhs
# Department of Defense
- dod
# Department of Justice
- doj
# Department of Transportation
- dot
# Department of Education
- education
# Equal Opportunity Employment Commission
- eeoc
# Department of Energy
- energy
# Environmental Protection Agency
- epa
# Export-Import Bank
- exim
# Federal Communications Commission
- fcc
# Federal Deposit Insurance Corporation
- fdic
# Federal Election Commission
- fec
# Federal Reserve and CFPB
- fed
# Government Accountability Office
- gao
# General Services Administration
- gsa
# Department of Health and Human Services
- hhs
# Department of Housing and Urban Development
- hud
# Department of the Interior
- interior
# Department of Labor
- labor
# NASA
- nasa
# Nuclear Regulatory Commission
- nrc
# Office of Personnel Management
- opm
# Securities and Exchange Commission
- sec
# Special Inspector General for the Troubled Asset Relief Program
- sigtarp
# Department of State
- state
# Treasury IG for Tax Administration
- tigta
# Department of the Treasury
- treasury
# US Postal Service
# (giving USPS an opportunity to fix pagination)
#- usps
# Department of Veterans' Affairs
- va
###
# Pending a full archival download
###
# Special Inspector General for Afghanistan Reconstruction
# - sigar
# Tennessee Valley Authority
# - tva