Extremely small tool to export photo albums from vk.com.
Before you can start using VKPorter you have to install some python libraries if you don't have it.
https://pypi.python.org/pypi/progressbar
$ pip install progressbar
https://github.com/kennethreitz/requests
$ pip install requests
or, with easy_install:
$ easy_install requests
https://github.com/python273/vk_api
$ pip install vk_api
Synopsis:
$ vkporter.py [-h] [-v] [-o OUTPUT] username
See also vkporter --help
.
$ vkporter.py username password
photo albums will be exported to ./exported
.
$ vkporter.py -o ~/Documents/Exported username
photo albums will be exported to ~/Documents/Exported
.