Skip to content

borkarSahil/WebScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping:

Web scraping is a technique used to extract information from websites. It involves fetching and parsing the HTML of a webpage to extract data, such as text, images, or links.

Web Beautiful Soup:

Beautiful Soup is a Python library designed for pulling data out of HTML and XML files. It provides Pythonic idioms for iterating, searching, and modifying the parse tree, making it easy to navigate and manipulate HTML content.

Project Overview:

My project is a web scraping endeavor using Python, BeautifulSoup, and other tools. It focuses on extracting information from the Billboard website, specifically the top 100 songs for a given year. The scraped data, including song titles, is then utilized to interact with the Spotify API using the Spotipy library. The project dynamically creates a private playlist on Spotify, incorporating songs from the Billboard charts of the specified year. This combination of web scraping and API interaction showcases the power of Python for automating tasks and integrating data from different sources.



WebScraping-Spotify.-.Made.with.Clipchamp.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published