PrimePastes

Spotify_DL Tutorial #1

May 14th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Spotify_DL
  2. Downloading:
  3. Github
  4.  
  5. Git Clone
  6. https://github.com/SathyaBhat/spotify-dl
  7.  
  8. Get Client ID and Client Secret:
  9.  
  10. export SPOTIPY_CLIENT_ID='your-spotify-client-id'
  11. export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'
  12. export SPOTIPY_REDIRECT_URI='your-app-redirect-url'
  13.  
  14.  
  15. export YOUTUBE_DEV_KEY='your-youtube-dev-key
  16. Get a Youtube API Key
  17. Tutorial Link:
  18. https://youtu.be/pP4zvduVAqo
Add Comment
Please, Sign In to add comment