Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 612 Bytes

Rift DPS HPS Leaderboards

Python scripts, MySQL Database and templates with which the leaderboards are created.

Example Website: https://top.prancingturtle.com/

Installation Instructions:

  1. Import the database.sql from the database folder into your database.
  2. Configure the mysql_connect_config.py in the scripts folder to connect to your database
  3. Start the main.py in the scripts folder. The script reads the data from https://prancingturtle.com/, enters it into your database and generates html files in the public folder. It is also possible to automate the upload of html files to a web server.