Lastlist is a simple script that generates a Spotify playlist based on your Last.fm profile.
- Create a playlist based on your favorite songs;
- Create a playlist based other user favorite songs;
- Create a playlist based on your friends' favorite songs;
- Create a playlist based on the artist's ranking.
- Understand the Last.fm API; ✔
- Create each feature method (Working):
- Create a list with user favorite songs; ✔
- Create a list with friends' favorite songs; ✔
- Create a list based on the artist's ranking. ✔
- Deal with errors and implement exceptions (Working);
- Understand the Spotify API;
- Create the Spotify playlist:
- Create the Spotify playlist;
- Get the spotify URL's song;
- Add the song to the Spotify playlist.
- Fill the about section on the repository page;
- Create the Run the File section;
- Create the Local Setup section;
- Create the Troubleshooting section; ✔
- Create the Technologies section. ✔
- Last.fm API
- Spotify Web API
- Requests Library v 2.22.0
- Account Overview
- Get Oauth
- Beautiful Soup Library v 4.9.1
- Spotify Oauth token expires very quickly, If you come across a
KeyError
this could be caused by an expired token. So just refer back to step 3 in local setup, and generate a new token!