Scrapy Spider that crawls the DSA5 Regel Wiki "http://www.ulisses-regelwiki.de/"
To start a spider and crawl the "DSA5 Regel Wiki" open a command prompt at the folder containing the scrapy.cfg
file and put a spider to work
scrapy crawl spidername
Currently I implemented 2 spiders:
scrapy crawl magic
Crawls all links found in the subdirectories of Zauber So:
Used for the project: DSA5SpellBook with the corresponding github-project
scrapy crawl skills
Crawls all links found in Kampfsonderfertigkeiten
The work is not complete yet and If you want to contribute feel free to do so! And I will do my best to support you.