-
Notifications
You must be signed in to change notification settings - Fork 21
/
safe.yml
226 lines (157 loc) · 3.49 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
###
#
# 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
# Appalachian Regional Commission
- arc
# National Archives and Records Administration
- archives
# Commodity Futures Trading Commission
- cftc
# Corporation for National and Community Service
- cncs
# Department of Commerce
- commerce
# Corporation for Public Broadcasting
- cpb
# Consumer Product Safety Commission
- cpsc
# Denali Commission
- denali
# Department of Homeland Security
- dhs
# Department of Defense
- dod
# Department of Justice
- doj
# Department of Transportation
- dot
# Election Assistance Commission
- eac
# Department of Education
- education
# Equal Opportunity Employment Commission
- eeoc
# Department of Energy
- energy
# Environmental Protection Agency
- epa
# Export-Import Bank
- exim
# Farm Credit Administration
- fca
# Federal Communications Commission
- fcc
# Federal Deposit Insurance Corporation
- fdic
# Federal Election Commission
- fec
# Federal Reserve and CFPB
- fed
# Federal Housing Financing Agency
- fhfa
# Federal Labor Relations Authority
- flra
# Federal Maritime Commission
- fmc
# Federal Trade Commission
- ftc
# Government Accountability Office OIG
- gao
# Government Accountability Office reports
- gaoreports
# Governmentattic.org
- governmentattic
# Government Printing Office
- gpo
# General Services Administration
- gsa
# Department of Health and Human Services
- hhs
# House of Representatives
- house
# Department of Housing and Urban Development
- hud
# Department of the Interior
- interior
# International Trade Commission
- itc
# Department of Labor
- labor
# Library of Congress
- loc
# Legal Services Corporation
- lsc
# NASA
- nasa
# National Credit Union Administration
- ncua
# National Endowment for the Arts
- nea
# National Endowment for the Humanities
- neh
# National Labor Relations Board
- nlrb
# Nuclear Regulatory Commission
- nrc
# National Science Foundation
- nsf
# Office of Personnel Management
- opm
# Office of Special Counsel
- osc
# Pension Benefit Guaranty Corporation
- pbgc
# Peace Corps
- peacecorps
# Postal Regulatory Commission
- prc
# Railroad Retirement Board
- rrb
# Small Business Administration
- sba
# Securities and Exchange Commission
- sec
# Special Inspector General for Afghanistan Reconstruction
- sigar
# Special Inspector General for Iraq Reconstruction
- sigir
# Special Inspector General for the Troubled Asset Relief Program
- sigtarp
# Smithsonian Institution
- smithsonian
# Social Security Administration
- ssa
# Department of State
- state
# Treasury IG for Tax Administration
- tigta
# Department of the Treasury
- treasury
# Tennessee Valley Authority
- tva
# U.S. Agency for International Development
- usaid
# US Postal Service
- usps
# Department of Veterans' Affairs
- va