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

Added lists of 451 song and scores #86

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added CS 410 group project- West Coast.pdf
Binary file not shown.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# CourseProject

Please fork this repository and paste the github link of your fork on Microsoft CMT. Detailed instructions are on Coursera under Week 1: Course Project Overview/Week 9 Activities.
1. find your user id
go to the spotify profile webpage and check the webpage address. https://open.spotify.com/user/****

**** is your spotify user id

2. get a fresh OAuth Token
from an spotify console. e.g. https://developer.spotify.com/console/get-playlists/

3. edit the personal info in the "spotify_api.py" and export a playlist as "my_playlist.csv". I have a playlist of 401 songs.

4. sentiment analysis
try "sentiment_analysis_2.py" and export a table as "my_playlist_sentiment2.csv"


Loading