Skip to content

campbelljc/weizorsgrimoire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d49bc19 · Aug 3, 2020

History

56 Commits
Aug 1, 2020
Aug 1, 2020
Aug 2, 2020
Jul 31, 2020
Jun 5, 2018
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 6, 2019
Jul 28, 2020
Aug 3, 2020
May 8, 2017
Aug 6, 2019
Jul 28, 2020
Jul 29, 2020
Aug 1, 2020

Repository files navigation

Weizor's Grimoire

A cool looking Diablo 2 item info site. You can access a live version here.

Requirements

  • Python3
  • pip3 install --user requests lxml dill cgi json jsonpickle MySQL-python
  • MySQL (for gear guides database)

How to build

  • Create config.py and define DBHOST, DBUSER, DBPASSWORD and DBNAME.
  • Edit items.py lines 10-13 (follow the comments).
  • python3 items.py

Site will be created within 'html' directory. Builds will go faster after the first time when the items cache is created.