An application used to convert your youtube-playlist to your spotify-playlist.
I could not find a simple way to install luarocks on Windows,
HOWEVER, You are recommended use WSL for luarocks installation instead, WSL For Windows
- Lua
- Luarocks
luarocks install cjson
luarocks install lbase64
luarocks install luasocket
luarocks install luaossl lua ./main.luaLog In To Developers Using Your Spotify Account
Name your app, description as any name you like.
For Redirect URIs > Add "http://localhost/" & "http://localhost:8080/" without quotation.
Which API/SDKs are you planning to use? > Click "WEB API"

Get both the client id, and client secret and save them inside the .data file.
For your SPOTIFY_USER_ID, you may find in your account, it may be under username.
For this step, you may refer > Follow The Steps Once you receive youtube api key credential, insert into the .data file.
Why even bother doing this using lua?
I did it for the purpose of experimenting what lua is capable of using my current knowledge.
It was not meant for ease of use.