Skip to content

fleipe/product-manager-POP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POP_robot

License: MIT

Overview

This Python script utilizes Selenium to scrape information about products in YuPop store catalog. It allows the user to save the data of a chosen product, including images, set the desired visibility and create a given quantity of copies of the product.

Features

  • Modular Structure: The code is organized into functions, making it easy to understand the buttons and modify their action sets.
  • Web Scraping with Selenium: Leverages Selenium for navigating web pages and extracting relevant data.
  • Configurable: Future functions can be added to interact with the products catalog, edit, remove, set promotions, manage orders and much more!

Prerequisites

  • Python 3.x
  • Selenium
  • Firefox WebDriver

Installation

  1. Clone the repository:

    git clone https://github.com/fleipe/product-manager-POP.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Download Firefox WebDriver and add it to your system's PATH.

Usage

  1. Configure your credentials in the user_data file.

  2. Run the script:

    python pop_robot.py
    

Feel free to contribute and open issues for any suggestions or improvements!

Releases

No releases published

Packages

No packages published

Languages