Skip to content

My basic web crawler/scraper combo I made when learning Python

Notifications You must be signed in to change notification settings

chrispinkney/Webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraper

Repl.it demo here! (Though it only prints to console, see code and result.csv in this repo for the actual csv file.)

A simple web scraper built while learning Python during my study break. It scans a preset website and dumps the specified data to a CSV file. This was the project that truly displayed the beauty of Python to me.

Technology

The web scraper uses Python in conjunction with the Beautiful Soup, CSV, and Requests library. The documentation for beautiful soup was particularly informative.

About

My basic web crawler/scraper combo I made when learning Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages