Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 731 Bytes

Trendyol Categories

This script utilizes Python libraries BeautifulSoup and Requests to retrieve categories and their sub-categories along with corresponding webURL data from the trendyol.com website.

Usage

  1. Setup Virtual Environment:

    First, create a virtual environment and activate it. For example, you can use the Python virtualenv package:

    virtualenv .venv
    

This command creates a virtual environment named .venv. You can choose other names if you prefer.

  1. Install Dependencies:

    After activating the virtual environment, install the necessary packages using:

    pip install -r requirements.txt
    
  2. Execute the Script:

    Now you can execute the script.