Skip to content

By using selenium scraping library, I scrapped data from https://www.brainyquote.com/. User can use any search query value to get data

Notifications You must be signed in to change notification settings

farhapartex/brainy-quote-data-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapping data from https://www.brainyquote.com/ using selenium library

To use this project follow below steps:

  • Clone this repository
  • Navigate to this folder
  • Open terminal on this folder and type pipenv install. It will install pandas, numpy and selenium on your machine
  • Run the main script file by this command python3 script.py
    • This command will fetch data for life query
    • For your own query run python3 script.py your_query (Replace your_query with your own query)
  • A csv file will be created which first name will be the search query

About

By using selenium scraping library, I scrapped data from https://www.brainyquote.com/. User can use any search query value to get data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages