scriptis-png / Logle

A Python Flask web application that retrieves dungeon information about a character using the Warcraftlogs API and determines their highest achieved 'Key %' parses per dungeon during the current Mythic Plus season.

Home Page:https://loglewow.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program requires Python 3.11.8 or higher and pip 24.0 or higher.

In order to use this program you need to go into your terminal and navigate to the directory you want the project inside. From here you can get the program running on Windows through typing these commands in this order:

1. git clone https://github.com/scriptis-png/Logle
2. cd Logle
3. pip install -r requirements.txt
4. python main.py

From here the program is running and you can navigate to it by going to your browser and entering the development server provided. (Most likely http://127.0.0.1:5000)

You can test the program by entering "Kilpatrick" into Character and "Area-52" into Server.

A live version of this project can be found at https://loglewow.vercel.app

About

A Python Flask web application that retrieves dungeon information about a character using the Warcraftlogs API and determines their highest achieved 'Key %' parses per dungeon during the current Mythic Plus season.

https://loglewow.vercel.app/


Languages

Language:Python 36.5%Language:HTML 30.5%Language:CSS 20.4%Language:JavaScript 12.6%