Metadata-Version: 2.4
Name: Spelt
Version: 0.3.0
Summary: Spelt is a small python application aimed to allow users to backup their photo from https://vk.com to local storage.
Home-page: https://github.com/amka/spelt
Author: Andrey Maksimov
Author-email: meamka@ya.ru
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.19.1
Requires-Dist: vk-api==11.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/321b490ed3db4fdab961f202198492d7)](https://www.codacy.com/app/meamka/Spelt?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=amka/Spelt&amp;utm_campaign=Badge_Grade)

# 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](https://github.com/amka/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`:

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

