Python application which web scrapes Billboard's Hot 100 Chart using BeautifulSoup.
The web scraped song informations are then stored to a .csv file named billboard_hot_100.csv.
filename = 'billboard_hot_100.csv'
- Song name
- Artist name
- Last week position
- Peak position
- Weeks on chart