Song Scraper
Create an instance of the PyScrappy library to interact
with the class SongScraper:
#
Songsoundcloud_scrapper()
#Helps in scraping music data fromsoundcloud.
#
Return typepandas.DataFrame
#
Parameterstrack_name
: Enter the name of track or artist or any keyword associated with soundcloud.
Type: strn_pages
: Enter the number of pages you want to scrape the data of.
Type: int#
NoteMake sure the
track_value
is a legitimate keyword with actual search results.obj = PyScrappy.SongScrapper()obj.soundcloud_scrapper(track_name, n_pages)