Posts Tagged ‘grepolis world data’

Grepolis Tools of Trade

Usefull links of stats sites http://www.grepostats.com/world/en1/index http://en1.grepolismaps.org/ http://grepolis.gamestats.org/?lang=en http://www.grepotools.co.uk/ http://www.grepo-world.com/index.php

Grepolis World Data and mySQL

With the following command to the field names in JSON go, via sed to replace the identifiers including colon with an empty string. Here for players.json file: sed -i ‘s/”id”:\|”name”:\|”alliance_id”:\|”points”:\|”rank”:\|”towns”://g’ players.json SQL syntax to load the data into a mySQL database LOAD DATA INFILE ‘players2.json’ INTO TABLE players FIELDS TERMINATED BY ‘,’ OPTIONALLY ENCLOSED BY [...]

Grepolis World Data – Create your own Grepolis Stats Site

We have written this small guide for other developers who wish to utilise the Grepolis World Data to create their own websites. A good example of what this data can be used to do isĀ Grepo Stats. All data is currently available in theĀ JSON format. Currently world data is updated hourly. Each world’s data will be [...]

Managed by BrowserGamesFactory and Dark Dragon Warriors Alliance