Spelt is a replacement for VKPorter.
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.
$ pip install -r requirements.txt
- ProgressBar (https://pypi.python.org/pypi/progressbar)
- Requests (https://github.com/kennethreitz/requests)
- VK_API (https://github.com/python273/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
.