toddaaro / market-site

Code to create a simple market summary page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

market-site

Requirements

  • Needs python3
  • You can get the Eve database dump from here: http://pozniak.pl/dbdump/ - You want the file for the latest version of eve in sqlite3 format. See below for a script that automates this.

How to run

  • update_data.sh - generates the data and html files.
  • update.sh - wraps update_data.sh with a git pull command and then scps the output into the cloud.
  • resort.sh - resorts the items file.
  • fetch_eve_db.sh - fetches the Eve database dump and uncompresses it to the location expected by the other tools.

About

Code to create a simple market summary page

License:MIT License


Languages

Language:Python 80.9%Language:HTML 15.3%Language:Shell 2.5%Language:CSS 1.4%