Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concert recommender #166

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

asger-weirsoee
Copy link

Depends on #165
Fixes #164

This addition adds the following to requirements.txt;
setuptools~=58.1.0
beautifulsoup4~=4.10.0

By allowing the user to add the following to their parameters
--concert {URL FOR CONCERT}
It will use the Spotify API's get top songs from artist, and return the 10 top songs from the artist.

example run;
spotirec --concert https://open.spotify.com/concert/0SNQXtkavzC3ohSzJCmb9W

Will create a playlist containing the top 10 songs from the artists performing at Udgårfsfest 2022 2022.
Additionally the naming convention for the playlists have changed such that it contains the name of the concert that the user is creating a playlist over.

Please note that the name of the concert that is used for generating this playlist is called Udgårfsfest 2022 2022 and is not a problem with the naming of the playlist.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recommendations from a specific event / concert
2 participants