1. Create a new project in PyCharm and create the main.py file.
2. Create an input() prompt that asks what year you would like to travel to in YYY-MM-DD format. e.g.

3. Include a header when you make your request to billboard.com. See HTTP headers
Get your own header at WhatIsMyBrowserSending or similar sites. The only header field you really need in this project is the User-Agent, for example:
header = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"}
4. Using what you've learnt about BeautifulSoup, scrape the top 100 song titles on that date into a Python List.
Hint: Take a look at the URL of the chart on a historical date: https://www.billboard.com/charts/hot-100/2000-08-12