All Projects → demidko → vkm

demidko / vkm

Licence: other
VK music downloader

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to vkm

vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (+371.43%)
Mutual labels:  msbuild
msbuild-flame-graph
Turns MSBuild executions into flame graphs
Stars: ✭ 37 (+164.29%)
Mutual labels:  msbuild
cleverapi
Python API для игры Клевер от ВКонтакте / Python API for quiz game Clever
Stars: ✭ 12 (-14.29%)
Mutual labels:  vk
vkontakte client
VKontakte API Client for Ruby
Stars: ✭ 22 (+57.14%)
Mutual labels:  vk
vk-slaves-bot
Бот для мини-игры "Рабы" ("Рабство") ВКонтакте.
Stars: ✭ 79 (+464.29%)
Mutual labels:  vk
EmptyLicensesLicx
Easy continuous integration of apps using third-party controls that rely on licenses.licx files
Stars: ✭ 57 (+307.14%)
Mutual labels:  msbuild
Examples
An complete examples and related support for various popular projects, and more.
Stars: ✭ 22 (+57.14%)
Mutual labels:  msbuild
VK-Scraper
Scrapes VK user's photos
Stars: ✭ 42 (+200%)
Mutual labels:  vk
MvsSln
🧩 Customizable VisualStudio .sln parser, Complex support of the projects (.vcxproj, .csproj., …), Pluginable lightweight r/w handlers at runtime, and more …
Stars: ✭ 86 (+514.29%)
Mutual labels:  msbuild
vk-spammer
Спаммер сообщений для вк
Stars: ✭ 47 (+235.71%)
Mutual labels:  vk
vkbottle
Сustomizable asynchronous VK API framework
Stars: ✭ 371 (+2550%)
Mutual labels:  vk
idm lp
LP модуль позволяет работать приемнику сигналов «IDM multi» работать в любых чатах. Так же он добавляет игнор, глоигнор, мут и алиасы.
Stars: ✭ 40 (+185.71%)
Mutual labels:  vk
Get-EventSession
Script to assist in downloading Microsoft event contents or return session information.
Stars: ✭ 55 (+292.86%)
Mutual labels:  msbuild
CodeContracts.MSBuild
Standalone MSBuild integration of CodeContracts (by Microsoft Research)
Stars: ✭ 16 (+14.29%)
Mutual labels:  msbuild
vk-music-fs
FUSE file system for VK audios
Stars: ✭ 34 (+142.86%)
Mutual labels:  vk
vktotg
Sends all your vk.com music to telegram channel
Stars: ✭ 59 (+321.43%)
Mutual labels:  vk
vk-qr
VK QR Code generator library
Stars: ✭ 43 (+207.14%)
Mutual labels:  vk
VkNet.AudioBypass
Обход закрытия методов audio и messages для VkNet
Stars: ✭ 48 (+242.86%)
Mutual labels:  vk
easyvk-go
Simple way to work with VK API
Stars: ✭ 47 (+235.71%)
Mutual labels:  vk
easyvk
This app helps you create an apps with vk api easy!
Stars: ✭ 97 (+592.86%)
Mutual labels:  vk

vkm

Кроссплатформенная нативная утилита загружает вашу музыку из ВК. Для сборки потребуется .NET SDK 5, для runtime зависимостей нет.

Как собирать?

В директории репозитория выполните команду:

dotnet publish -c Release -r RID -p:PublishSingleFile=true -p:PublishTrimmed=true

Где вместо RID должен стоять идентификатор системы: linux-x64, linux-arm, osx-x64, win-x64 или win-x86 (список остальных можно посмотреть в каталоге).
Пример:

dotnet publish -c Release -r osx-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true

Смотрите также: примеры сборки.

Как запускать?

Чтобы увидеть параметры утилиты наберите:

./vkm --help

Как запускать напрямую из исходного кода?

В директории репозитория выполните команду dotnet run, передав ей после -- параметры приложения, например:

dotnet run -- --help

TODO

  • Починить закачку аудио по ссылкам вида https://psv4.vkuseraudio.net/*: скормить hls ffmpeg'у
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].