# Scrape_eScribe This bash script will scrape meetings from the eScribe meetings platform. `websites.csv` holds an index of domains to crawl. The format is as follows: ``` "","","" ``` As an example, an entry might look like this: ``` "https://pub-london.escribemeetings.com/", "LondonArchive", "" ``` Files will be output to `./LondonArchive/Meetings/`. The basic structure of the output files is: ``` ./LondonArchive/Meetings//// |- .pdf |- .pdf \- Attachments/ |- .pdf |- .pdf \- etc etc ```