I have a list of links of songs or albums and won't add it by hand
steps:\
- grab your oauth from here and user_id here (should be your login name or smth)
- clone the repo
- prepare a file of links to songs/albums (mine's named music.txt)
- download
requests
if you haven't already (pip install --user requests
) - replace file name in
main()
- run
python ./main.py
and fill in the secrets when prompted - ?
- profit
- add adding playlist support(?)
- better error handling
- try different auth options