FOIA_Doc_Search / nsa_reading_room.py
GodsDevProject's picture
Upload 98 files
bb0b469 verified
raw
history blame
183 Bytes
from ingest.generic_public_foia import GenericFOIAAdapter
class NSAAdapter(GenericFOIAAdapter):
name = "NSA"
rate_limit = 1 # requests per second
robots_respected = True