pathfinder-2-sqlite-MIRROR/src
Brian Haley 2481dcd413 Copy weapons files 2019-08-14 04:14:49 +00:00
..
gear Copy weapons files 2019-08-14 04:14:49 +00:00
weapons Fix ammunition_id 2019-08-13 17:22:44 -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.