Back to Browse

Python Intermediate Project: #1 Scraping song lyrics - Sending HTTP requests

1.1K views
Sep 8, 2023
10:50

In this series we gonna learn how to code a command line app to scrape songs lyrics from any website on the internet. In this episode we'll learn how to send a request to AZLyrics to get the webpage content and check the response using the requests library. Finally we gonna refactor the code in the object oriented style !!! code: https://github.com/BuildWithData/Code-From-Videos/tree/master/mylyrics Timestamps 00:00 | intro 01:03 | architecture 01:45 | project setup 02:39 | how to send requests 03:34 | response & HTTP status code 05:12 | refactoring to object oriented 07:07 | 404 status code 09:30 | invalid characters –––––––––––––––––––––––––––––– Mitsubachi by Smith The Mister https://smiththemister.bandcamp.com Smith The Mister https://bit.ly/Smith-The-Mister-YT Free Download / Stream: http://bit.ly/mitsubachi Music promoted by Audio Library https://youtu.be/0IgndUb1YQI

Download

1 formats

Video Formats

360pmp413.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python Intermediate Project: #1 Scraping song lyrics - Sending HTTP requests | NatokHD