Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (5 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 279 Bytes

Architecture Philosophy

This bot employs a 'Divide and Conquer' strategy.

What it doesn't do: Grab all the document numbers first and then scrape them

What it does: Grab a bunch of document numbers, suppose 100 from 5 pages. Scrape them, continue where left.