Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antodata/webscraperallmusic
Simple example of a web scrapper using python. In this case, we ask the user using the console for the name of a band/artist and using selenium webdriver and beautifulsoup we print information about the discography of that artist/band
https://github.com/antodata/webscraperallmusic
allmusic beautiful-soup beautifulsoup beautifulsoup4 chrome-webdriver discography html html-parser html-parsing music music-information-retrieval parser python python3 selenium selenium-python selenium-webdriver webdriver webscraper webscraping
Last synced: 12 days ago
JSON representation
Simple example of a web scrapper using python. In this case, we ask the user using the console for the name of a band/artist and using selenium webdriver and beautifulsoup we print information about the discography of that artist/band
- Host: GitHub
- URL: https://github.com/antodata/webscraperallmusic
- Owner: AntoData
- License: mit
- Created: 2019-08-04T10:08:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T06:42:52.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T11:06:56.033Z (2 months ago)
- Topics: allmusic, beautiful-soup, beautifulsoup, beautifulsoup4, chrome-webdriver, discography, html, html-parser, html-parsing, music, music-information-retrieval, parser, python, python3, selenium, selenium-python, selenium-webdriver, webdriver, webscraper, webscraping
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebScraperAllMusic
Simple example of a web scraper using python. In this case, we ask the user using the console for the name of a band/artist and using selenium webdriver and beautifulsoup we print information about the discography of that artist/band
For this to work you need to install correctly the libraries used here (beautifulsoup and selenium) and also Chrome webdriver