Automatically create a Spotify playlist based on the Billboard Hot 100 chart using Python, BeautifulSoup, and Spotipy.
- ๐ธ๏ธ Web-scrapes Billboard Hot 100 tracks
- ๐ Searches for matching songs on Spotify
- ๐ Creates a private playlist on your account
- โ Adds all matched tracks to your new playlist
- Python
- BeautifulSoup (for web scraping)
- Spotipy (Spotify API client)
- Requests
- dotenv