/billboard-hot-100-web-scraper

Python application which web scrapes Billboard's Hot 100 Chart using BeautifulSoup

Primary LanguageHTMLMIT LicenseMIT

Billboard Hot 100 Web Scraper

Billboard Logo

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'

.csv Headers:

  • Song name
  • Artist name
  • Last week position
  • Peak position
  • Weeks on chart