Stats-Royale-Python
Stats-Royale-Python copied to clipboard
Stats Royale web Scrapper for clash royale
Stats-Royale-Python
Retrieve player info from http://statsroyale.com/ in a JSON format.
Installation & Usage:
- 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.
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