Skip to content

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.

Notifications You must be signed in to change notification settings

scriptis-png/Logle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published