The repo helps to save friends list to csv along with their mobile phones (if accessible). It also saves groups of
Please refer _http://github.com/stleon/vk_friends to get token to authenticate to vk API. The procedure is described there.
Also, use these for better understanding: https://pypi.python.org/pypi/vkontakte https://vk.com/dev/groups.get
Access token should be located at resources/token.json
token.json file example:
{ "token" : "YOUR_ACCESS_TOKEN" }