GithubHelp home page GithubHelp logo

kasey-mcfadden / spotifytoyoutube Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3 KB

Converts Spotify Playlists to YouTube Playlists

Python 100.00%
youtube spotify spotify-playlist youtube-playlist mp3 converter mp3-converter

spotifytoyoutube's Introduction

SpotifyToYoutube

Convert Spotify Playlists to YouTube Playlists

Dependencies

pip install configparser
pip install google-api-python-client
pip install google-auth-oauthlib
pip install spotipy

Authentication

Create and modify a config.cfg file in the same directory:

[SPOTIFY]
CLIENT_ID = YOUR_CLIENT_ID
CLIENT_SECRET = YOUR_CLIENT_SECRET
REDIRECT_URI = http://localhost/
USERNAME = YOUR_USERNAME

Have your CLIENT_SECRET_FILE.json file saved in the same directory. You can download this OAuth Client ID file from the Google Developer Console. Make sure to select Desktop App as the Application Type.

Usage

python main.py

spotifytoyoutube's People

Stargazers

 avatar

Watchers

 avatar

spotifytoyoutube's Issues

License

Can you add a license granting at least permission to private use for this code? I am totally new to coding, and for practice, I want to make a program, and I think this code could make my life easier. I want to make a program that grabs the file properties (song title/artist/etc.) of a bunch of mp3s on a flash drive, automatically searches for it on youtube, grabs the first result on youtube, and adds it to a playlist. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.