Giter Site home page Giter Site logo

arthurtolley / spotify-playlist-tracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 36 KB

Creates and adds songs to a new playlist tracking another spotify playlist, adds newly added songs and remembers removed songs.

License: GNU General Public License v3.0

Python 100.00%

spotify-playlist-tracker's Introduction

Track public playlists.

Features:

  • Update user playlist with new additions to the public playlist
  • Remember removed tracks to prevent re-adding disliked tracks
  • Produces a new playlist or updates a current playlist

Wants:

  • Also maintains a master playlist of all added songs
  • Convert to a web app
  • Get somebody else to use and test to see if it works!

This is very very barebones right now. To run this program you must have a .env file which contains a SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET string of the form:

SPOTIPY_CLIENT_ID='string_taken_from_spotify'
SPOTIPY_CLIENT_SECRET='string_taken_from_spotify'

Once this has been created in the spotify_playlist_tracker directory you can then update user_id, playlist_id and user_playlist_name in public_playlist_tracker.py, then run public_playlist_tracker.py in a command line environment. This should create and update a playlist belonging to your user.

Step-by-step:

  • Create .env file with SPOTIPY credentials in spotify_playlist_tracker
  • Change user_id, playlist_id and user_playlist_name in public_playlist_tracker.py
  • Run public_playlist_tracker.py

Getting Spotify credentials to use in the .env: https://developer.spotify.com/documentation/web-api/concepts/apps

spotify-playlist-tracker's People

Contributors

arthurtolley avatar

Watchers

Kostas Georgiou avatar  avatar

spotify-playlist-tracker's Issues

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.