Skip to content

vhdmoradi/trendyol_categories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages