Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (19 loc) · 1.04 KB

VKPorter [deprecated]

Spelt is a replacement for VKPorter.

Extremely small tool to export photo albums from vk.com.

Prerequisites

Before you can start using VKPorter you have to install some python libraries if you don't have it.

$ pip install -r requirements.txt

Usage

Synopsis:

$ vkporter.py [-h] [-v] [-o OUTPUT] username

See also vkporter --help.

Examples

$ 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.

Bitdeli Badge