Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

BASIC WEB SCRAPER USING REQUESTS AND BEAUTIFULSOUP

Scraping a sample HTML page from the web for some data about countries using requests and bs4. Grabs country names from scrapethissite/simple

PRE-REQS:

pip install -r requirements.txt

TO RUN:

python basicscraper.py

IN ACTION: