This in progress project is a crawler to get the Spanish SRD 5.1 in json format from http://srd.nosolorol.com/DD5/.
-
Install the environment
python3 -m virtualenv env . env/bin/activate pip install -Ur requirements.txt
-
Run the main script
env/bin/python src/main.py
You can also launch or debug it with vscode just pressing F5.