This allows you to make a get request of the website's source code. After we use the web-scraper, BeautifulSoup4, to extract elements from the wbsite, (https://coreyms.com/), such as the header, summary text, and links to their respective youtube videos.
-
Install the Python requests library: pip3 install requests
-
Install BeautifulSoup4: pip3 install beautifulsoup4
-
Install lxml: pip3 install lxml