syncPlaylist
syncPlaylist copied to clipboard
sync playlist between music platform
syncPlaylist
中文版本 Sync playlist between WY and QQ.
platform
- Windows
- MacOS
- Linux
requirement
- beautifulsoup4
- requests
- selenium
Usage
Step 1: input config
input config in config.json.
- If you choose WY to QQ:
- add your qq account and password in
config.json[account, password] - copy 163 playlist url in
config.json[source_playlist_url] - input qq playlist url in
config.json[target_playlist_url]
- If you choose QQ to WY:
- add your wy email account and password in
config.json[account, password], currently only support WY email account. - copy qq playlist url in
config.json[source_playlist_url] - input wy user playlist url in
config.json[target_playlist_url]
Step 2:run script!
run python run.py
If you are not sure how to input the correct url config, please see the screenshot in dir
example. Or you can email me.
windows exe
- unzip win32.rar
- Input config in
win32/config.jsonaccording step1 - run
win32/run.exe - according the notice, chose sync mode.
debug
you can use chrome driver.
- Uncomment line 59 and line 64
- download chrome driver
- set driver path in
settings.py