Skip to content

Hey it orders grocery, very rudimentary thing i make do for convenience. No public use.

Notifications You must be signed in to change notification settings

WongChoice/Auto_order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Flipkart Automation Script

This project contains a Python script for automating tasks on the Flipkart website using Selenium WebDriver. It logs in to the Flipkart website, performs searches for specific items, and adds them to the cart.

Description:

The script utilizes the Selenium WebDriver library to automate web interactions. It performs the following tasks:

  • Opens the Flipkart website.
  • Logs in with provided user credentials.
  • Searches for specific items and adds them to the cart.

Prerequisites:

Before running the script, make sure you have the following installed:

  • Python
  • Selenium WebDriver
  • Chrome WebDriver (ChromeDriver)

Usage:

  1. Clone this repository.
  2. Install the necessary dependencies:
    pip install selenium webdriver-manager pandas
    
    

To run the Python script, use the following command:

python flipkart_automation.py

About

Hey it orders grocery, very rudimentary thing i make do for convenience. No public use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages