FOIA_Doc_Search / tencap_reading_room.py
GodsDevProject's picture
Upload 98 files
bb0b469 verified
raw
history blame
320 Bytes
from ingest.generic_public_foia import GenericFOIAAdapter
class TENCAPAdapter(GenericFOIAAdapter):
"""Public-release FOIA reading room adapter.
NOTE: This adapter is restricted to publicly released materials only.
"""
name = "TENCAP"
rate_limit = 1 # requests per second
robots_respected = True