Skip to content

spanish-dnd5/srd5.1-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D&D SRD 5.1 ESPAÑOL CRAWLER

This in progress project is a crawler to get the Spanish SRD 5.1 in json format from http://srd.nosolorol.com/DD5/.

How to use it

  1. Install the environment

    python3 -m virtualenv env
    . env/bin/activate
    pip install -Ur requirements.txt
  2. Run the main script

    env/bin/python src/main.py

You can also launch or debug it with vscode just pressing F5.