spanish-dnd5 / srd5.1-crawl

Crawl of web http://srd.nosolorol.com/ to get spanish d&d sdr5.1 in json format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Crawl of web http://srd.nosolorol.com/ to get spanish d&d sdr5.1 in json format.

License:MIT License


Languages

Language:Python 100.0%