amka / Spelt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Run on Windows

Note that Python for Winows doesn't have curses module, so it cannot run Spelt.

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.

About

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

License:MIT License


Languages

Language:Python 100.0%