Skip to content

Instantly share code, notes, and snippets.

web:
image: php:5.5.32-apache
volumes:
- ./:/var/www/html
ports:
- "80:8383"
@zadoev
zadoev / api.py
Created August 11, 2015 09:02
test what is gist
# 'icon': api_clan_info['emblems']['large'],
# 'tag': api_clan_info['abbreviation'],
# 'motto': api_clan_info['motto'],
# 'position': int(clan_to_process['position']),
# 'strength': int(clan_to_process['totalrate']),
# 'power': int(clan_to_process['firepower']),
# 'skill': int(clan_to_process['skill']),
# 'id': int(clan_id),
@zadoev
zadoev / gist:4992766
Created February 20, 2013 04:02 — forked from bartku/gist:2419852
Searching players:
http://worldoftanks.eu/community/accounts/api/%API_VER%/?source_token=%TOKEN%&search=%NAME%&offset=0&limit=1
Showing player's stats:
http://worldoftanks.eu/community/accounts/%PLAYER_ID%/api/%API_VER%/?source_token=%TOKEN%
Showing player's stats from past:
http://dava2.worldoftanks.com/userstats/2/stats/slice/?platform=android&server=eu&account_id=%PLAYER_ID%&hours_ago=24&hours_ago=168&hours_ago=336