Retrieve player info from http://statsroyale.com/ in a JSON format.
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.
### Changing server address:
Change the ```host = '127.0.0.1'``` and ```port = 5000``` in stats.py file to the address and port of your choice.
## License:
`The MIT License`