UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

7 lines (6 loc) 304 B
/** * Needs to be ran after retrieve_agenda.ts script ! * - downloads the ZIP of comptes-rendus des débats (CRI) from data.senat.fr * - extracts XML files, distributes them by session/year */ export declare function retrieveCriXmlDump(dataDir: string, options?: Record<string, any>): Promise<void>;