Skip to content

kevincogan/web_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web_scraper

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.

  1. Install the Python requests library: pip3 install requests

  2. Install BeautifulSoup4: pip3 install beautifulsoup4

  3. Install lxml: pip3 install lxml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages