pathfinder-2-sqlite-MIRROR/src
Brian Haley 38e6a2d0d6 Create staves.csv 2019-08-29 18:42:08 -04:00
..
deprecated move background scrapes to deprecated 2019-08-18 13:10:31 -05:00
staves Create staves.csv 2019-08-29 18:42:08 -04:00
README.md Add readmes, explanation and link for chromedriver, clear notebook outputs 2019-08-09 14:28:18 +00:00
requirements.txt Add readmes, explanation and link for chromedriver, clear notebook outputs 2019-08-09 14:28:18 +00:00

README.md

The purpose of this directory is to perform scraping of Archives of Nethys

Requirements

  1. Python 3.6.8
  2. pandas==0.24.2
  3. splinter==0.11.0
  4. beautifulsoup4==4.8.0
  5. selenium==3.141.0
  6. Download the chrome WebDriver and place it in this directory. It is required by selenium and splinter as using Requests was prone to failure.