node-vk-music-sync

0.2.1 • Public • Published

node-vk-music-sync

Sync your music from vk.com to your computer.

How to install

  1. You need to install NodeJS and PhantomJS (for easiest authorization)

  2. Install npm module globally

npm install -g node-vk-music-sync
  1. Fill email/telephone and password in /usr/local/lib/node_modules/node-vk-music-sync/profiles/main.json or create new config for multiple accounts support. And as you can change maximum download threads and directory for download (by default in current folder).
{
  "email": "youremail@example.com",
  "passw": "yourpassword",
  "dlThreads": 4,
  "dlPath": "#{__dirname}/cache"
}
  1. Start app
vksync

or start with custom user from config in module 'profiles' folder

vksync <config_name>

Readme

Keywords

Package Sidebar

Install

npm i node-vk-music-sync

Weekly Downloads

5

Version

0.2.1

License

MIT

Last publish

Collaborators

  • maxsvargal