Skip to content

samvmdev/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A simple Python web scraper

Overview

  • This scraper writes to CSV for data portability.

Instructions

  • Clone down repo
  • Make virtual environment and activate:
    • virtualenv env
    • source env/bin/activate
  • Install requirements:
    • pip install -r requirements.txt
  • Optional: Change the target URL and HTML tag(s) to be scraped (lines 7, 13)
  • To run:
    • python3 scraper.py

Output

A file named output.csv with your data should be created within the directory.

More documentation

About

A simple Python web scraper with Beautiful Soup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages