Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerogoki00/vk-audio-downloader
Download music from vk.com using API
https://github.com/zerogoki00/vk-audio-downloader
music python python3 vk vk-api
Last synced: 4 months ago
JSON representation
Download music from vk.com using API
- Host: GitHub
- URL: https://github.com/zerogoki00/vk-audio-downloader
- Owner: Zerogoki00
- License: gpl-3.0
- Archived: true
- Created: 2020-05-24T16:45:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T01:14:59.000Z (almost 4 years ago)
- Last Synced: 2024-09-26T05:01:53.487Z (4 months ago)
- Topics: music, python, python3, vk, vk-api
- Language: Python
- Size: 17.6 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VK Audio Downloader
Download music from vk.com## Requirements
Python 3 is required to run this program and *ffmpeg* binary should be in PATH.
You can install required modules using this command:
`pip install -r requirements.txt`## Usage
First you need to authenticate on vk.com using your login and password:
```
./vkaudio.py auth
```
VKaudio will receive token and store it in *token.txt* file.
You can switch to another account by running previous command with another credentialsNow you can use this tool simply by running it with no arguments:
```
./vkaudio.py
```
Type number of song to download it or type `a` to download everything. (playlists support will be added in future)You can also save full list of your songs in file using this command:
```
./vkaudio.py dump
```