https://github.com/marfullsen/simple-recgame-info-flask
Website to analyze AoE2 recgames.
https://github.com/marfullsen/simple-recgame-info-flask
Last synced: 2 months ago
JSON representation
Website to analyze AoE2 recgames.
- Host: GitHub
- URL: https://github.com/marfullsen/simple-recgame-info-flask
- Owner: Marfullsen
- Created: 2021-05-21T19:02:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T19:00:59.000Z (about 5 years ago)
- Last Synced: 2025-02-27T07:13:21.499Z (over 1 year ago)
- Language: Python
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple 'recgame info' using Flask
[](https://www.python.org/)
[](https://pypi.org/project/mgz/)
[](https://pypi.org/project/Pillow/)
[](https://pypi.org/project/mgz/)
[]()
## Description
Website to analyze AoE2 recgames.
## Usage
- Install Python3 [python.org](https://www.python.org/)
- Install Flask `pip install flask`
- Install mgz `pip install mgz`
- Install Pillow `pip install pillow`
- Clone this repo, open the folder, run a console.
- Run flask `flask run` **or** `python app.py`
- upload AoE2 recgames:
- .mgl
- .mgx
- .mgz
- You will get a **minimap**, and the info in **JSON** format.
## Using the API
You could get all the info scanned going to this url [localhost:5500/get_data](localhost:5500/get_data).
## Screenshots
**Go to 'search file'**
[]()
---
**Upload a file and press 'SUBIR'**
[]()
---
**HERE YOU HAVE!**
[]()
## Special thanks.
- GoFullPage (Chrome extension)
- Screely - [screely.com](https://www.screely.com/)