Retrieve player info from http://statsroyale.com/ in a JSON format.
- Fork This repository by running the following commands in Terminal OR CMD.
git clone https://www.github.com/atulya2109/Stats-Royale-Python/
cd Stats-Royale-Python
- Run this in Terminal OR CMD
cd Stats-Royale-Python
python stats.py
And open http://127.0.0.1:5000 in your browser.
Change the host = '127.0.0.1'
and port = 5000
in stats.py file to the address and port of your choice.
The MIT License