pathfinder-2-sqlite-MIRROR/src/deprecated/weapons
James Miller fb7e89e5a4 moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
..
README.md moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
ammunition.csv moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
melee.csv moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
ranged.csv moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
scrape.ipynb moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
scrape.py moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00
weapons.py moving src/weapons to deprecated 2019-08-16 15:27:38 -05:00

README.md

This directory scrapes the weapons from the Archives of Nethys

Steps to scrape the weapons

  1. Install the requirements from the previous readme
  2. Generate .csv files from copy pasting the tables from here and save them in this directory
  3. Set the number_of_weapons variable to the number of weapons in the database it is currently 83
  4. Run the python file or Jupyter Notebook