Skkay / Dofus-Ogrine-Rates

Home Page:https://dofus.skkay.fr/ogrine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dofus - Ogrine Rates

Small web application to display the Ogrine rate from March 24, 2019 to present day.

Get the Ogrine rate from the official Dofus website (https://www.dofus.com/en/buy-kamas/rate-kama-ogrines) using a Python script, save it in a CSV file, then display a line graph using Highcharts.

Setup

Create config.yaml file with:

csv_path: "rates.csv"
log_path: "log.txt"
webhooks:
    - "your Discord webhooks"

Adjust opened CSV file name in index.html as configured above.

About

https://dofus.skkay.fr/ogrine/

License:MIT License


Languages

Language:HTML 64.4%Language:Python 35.6%