A web scraper for 5e.tools written in Python.
Python 3.12 or greater is required.
- Clone scraper5e.
git clone https://github.com/walterlivingston/scraper5e.git- Install w/ pip
pip install scraper5e/If you would like to scrape everything currently supported by the scraper directly to the clone directory, you can run the following:
python3 main.pyYou can also customize the data that is scraped as well as where it is saved by utilizing the functions in scrapers.py.