This is a flask website you can host. It will allow you to query the apexlegendsapi.com (provided you get a key), and save data for analysis, and fun in your own MongoDB.
See: https://github.com/johnsturgeon/apex-legends-tracker/wiki for more information
apex-legends-tracker
directoryenv
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install dev_requirements.txt
as wellpython config_setup/configure.py
(while still in the virtual environment)
cd flask_site
flask run