https://github.com/csteinmetz1/sbucket
Build large Spotify playlists using user top tracks and seed track recommendations
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Repository
Build large Spotify playlists using user top tracks and seed track recommendations
Basic Info
- Host: GitHub
- Owner: csteinmetz1
- Language: Python
- Default Branch: master
- Size: 1.95 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
sBucket
Build large Spotify playlists using user top tracks and seed track recommendations.
Setup
Install spotipy
$ pip install spotipy
Create the keys.json file and set your client_id and client_secret after creating a Spotify API app here.
{
"client_id" : "YOUR_CLIENT_ID",
"client_secret" : "YOUR_CLIENT_SECRET",
"redirect_uri" : "http://localhost:8888/callback"
}
Usage
Simply run the sbucket.py script
$ python sbucket.py
This will save a new playlist to your Spotify account.
Owner
- Name: Christian J. Steinmetz
- Login: csteinmetz1
- Kind: user
- Location: London, UK
- Company: @aim-qmul
- Website: christiansteinmetz.com
- Twitter: csteinmetz1
- Repositories: 79
- Profile: https://github.com/csteinmetz1
Machine learning for Hi-Fi audio. PhD Researcher at C4DM.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0