Skip to content

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

License

Notifications You must be signed in to change notification settings

jsubroto/billboard-hot-100-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages