This is a python file for users to access the voobly website, and visit each player in the ranking, and each history game they have played.
Here is the example of the raw data from: https://www.voobly.com/match/view/19235723
The data is stored in MongoDB which would be the best storage method (key-value database)for this data.
The data is formatted as a tree structure: Match Detail -> Win/Lose Team -> Overall Score/Military/... -> Units Killed/Units Lost/...
The module you have to have are:
- BeautifulSoup4
- pymongo
- requests
- pandas