/Spelt

Spelt is a small python application aimed to allow users to backup their photo from https://vk.com to local storage.

Primary LanguagePython

Codacy Badge

Spelt

Spelt is a small python application aimed to allow users to backup their photo from https://vk.com to local storage.

It's made as reincarnation of VKPorter

Installation

  1. Download or clone to your computer.
  2. Unpack if needed
  3. Go to Spelt forlder and install via pip:
$ cd spelt
$ pip install .

Usage

Synopsis:

$ spelt [-h] [--username USERNAME] [--password PASSWORD] [--output OUTPUT] [--verbose]

See also spelt --help.

Examples

$ spelt -u amka 

photo albums will be exported to ./Spelt.

$ spelt -u amka  --output ~/Pictures/Gallery

photo albums will be exported to ~/Pictures/Gallery.