pathfinder-2-sqlite-MIRROR/src
Brian Haley 7747b11728 Remove space after \n 2019-08-16 18:48:58 -04:00
..
backgrounds Remove space after \n 2019-08-16 18:48:58 -04:00
deprecated moving src/weapons to deprecated 2019-08-16 15:27:38 -05: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.