Skip to content

SCtoSpotify is a tool that creates Spotify playlists from SensCritique lists.

License

Notifications You must be signed in to change notification settings

theogobinet/SCtoSpotify

Repository files navigation

SCtoSpotify is a tool that creates Spotify playlists from SensCritique lists.

Table of content

Overview

It is a tool developed in python 3.

Given a Sens Critique list or poll of tracks (won't works for albums, movies, ...), creates the corresponding Spotify playlist using Spotipy librairie.

Faster for Sens Critique lists (URL like senscritique.com/liste/xxx/listID) than polls (URL like senscritique.com/top/resultats/xxx/listID), as Spotify URI is directly accessible in lists.

Installation

Clone the repo and run:

pip install -r requirements.txt 

Examples

Simple usage, create a Spotify playlist from this Sens Critique poll:

python3 SCtoSpotify.py -p 1212447

To ignore the non found tracks:

python3 SCtoSpotify.py -p 1212447 -i

Fastest, but only 80% of tracks found:

python3 SCtoSpotify.py -p 1212447 -i -s

Author

  • Théo GOBINET - Elec

License

SCtoSpotify is licensed under the terms of the MIT Licence and is available for free - see the LICENSE file for details.

About

SCtoSpotify is a tool that creates Spotify playlists from SensCritique lists.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages