Transfer music from VK to Telegram.
- Java >= 8.0
-
Download the latest release by link.
-
Unarchive the package.
-
Execute:
$ ./vk-music-transfer <ARGUMENTS>
or (for Windows)
$ ./vk-music-transfer.bat <ARGUMENTS>
Arguments:
- Required
--tgb-username
=your_telegram_bot--tgb-token
=your:telegram_bot_token
- Optional
--trusted-tgb-users
=list_telegram_usernames, your_user_name, or_username_your_channel
In chat with bot:
Me: /login +79998887766 my_pass
Bot: You have logged successfully
Me: /wall some_group
Bot: Progress: 1/18
etc...
/login <phone> <password>
- Login in VK. Example:/login +79998887766 my_fucking_password
;/audio <id>
- Grab music from audio page by ID of an user or a community. ID must be only digit. Example:/audio 123456789
for user profiles or/audio -123456789
for communities;/wall <id>
- Grab music from wall page by ID of an user of a community. Example:/wall crazy.music
or/wall id123456789
.
$ ./gradlew build
$ ./gradlew run -Prunargs="--ARGUMENTS=SEPARATE,--BY=COMMA"
$ ./gradlew test
java-vk-music-transfer is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.