wishlmka.blogg.se

World of warships stats api
World of warships stats api








world of warships stats api

The script connects relational database (MySQL, AWS RDS, etc.) for storing extracted data. To be consistent with the data, we store the newest stats and historical stats differently.

world of warships stats api

The newest and historical stats of a player differ a little. Since the API request returns JSON format data, it is natural to use MongoDB (BSON) for data storing. There are several limitations, as well as specific JSON format regarding different types of the API request (refer to API reference), please check based on your need. Also the ip address of the terminal running this script (provided by package ipgetter) should be added in your application launched on developer room of. The World of Warships API needs an application_id for credential connection with the API server, the application_id should be registered on and stored in a local configuration file named as " config.json". This python based script handles World of Warships API request for statistical data and store them in local MySQL database. World of Warships Stats Analysis and Web Application










World of warships stats api