Skip to content

In this repository , I showed how to scrap data from flipkat using selenium web driver with python programing

Notifications You must be signed in to change notification settings

rajat4665/Flipkart-web-scraping-with-selenium-using-Python-programing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazing_Kids1556454070

Introduction:

Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites using its HTML structure, In this post, I will explain how to extract data from authenticated required websites using selenium (chrome driver) with python programing.

What is Selenium:

Selenium is a tool to test your web application. You can do this in various ways, for example

  • Click on buttons
  • Login automatically
In this tutorial, I will show you how can one make automate script in python for web scraping using selenium

What you will learn from this post:

  • What is web scraping
  • What is Selenium
  • How to scrap data with python programing
  • How to enter input text in automated python script
  • How to scrap data on flipkart.com

Requirements:

  • python3
  • selenium
  • bs4
  • csv
You can download the latest chrome driver from here

How to give executable permission to chrome driver.

command: sudo chmod +x chromedriver

chromedriver_permision

Output :

flipkart_output

How to run this code :

Place chromedriver and source code file in the same directory.

Open the terminal and do exactly what I didhow run this code

About

In this repository , I showed how to scrap data from flipkat using selenium web driver with python programing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published