FOIA_Doc_Search / ingest /ice_reading_room.py
GodsDevProject's picture
Upload 31 files
6aba5f3 verified
raw
history blame contribute delete
183 Bytes
from ingest.generic_public_foia import GenericFOIAAdapter
class ICEAdapter(GenericFOIAAdapter):
name = "ICE"
rate_limit = 1 # requests per second
robots_respected = True