Skip to content

Python + Selenium web scraping project to create a local toxic plants SQL Server database.

Notifications You must be signed in to change notification settings

caraMcG/PlantsScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Scraper

About

A simple project that pulls plant data from Rover and saves to both an excel and csv file in an output folder. Used to create a local SQL Server database for future personal projects.

Built With

Python Selenium

File Output

  • Plant Name
    • Type: String
    • Description: Common name of the plant
  • Scientific Name
    • Type: String
    • Description: Formal scientific name of the plant
  • Dogs
    • Type: Int
    • Description: Indicates whether the plant affects this animal (dog): 1 = Yes, 0 = No.
  • Cats
    • Type: Int
    • Description: Indicates whether the plant affects this animal (cat): 1 = Yes, 0 = No.
  • Plant Type
    • Type: String
    • Description: Describes the type of plant: House, Wild, Garden.
  • Toxicity Level
    • Type: String
    • Description: Indicates the severity of the plant to the animal: Mild-Moderate, Severe.
  • Symptoms
    • Type: String
    • Description: A comma delimited list of common symptoms of toxicity.

About

Python + Selenium web scraping project to create a local toxic plants SQL Server database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages