Skip to content

codetomove/Project_Web_Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Web_Scrape

Scrapes info from websites into their respective csv, which can be converted to JSON

Libraries: Beautiful Soup CSV urllib

Objective: Scrape a website to extract relevant data to my project.

Procedure:

  1. Install Libraries necessary to scrape
  2. Inspect the page source to find the divs
  3. Address the nested divs
  4. Parse the html
  5. Import data into csv, that is also readable in excel (csv utf-8)

Languages used: Python

Forward thinking: Creating a project using the Flask module to gather csv data and perform server to client tasks.

About

Web Scraping Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages