Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fortexs

πŸ” A web scraper for fetching products from www.fortex.ir

Fortexs is a simple Python project that scrapes product listings from www.fortex.ir, an Iranian online store specializing in industrial hardware and plumbing components.

Warning

Currently, price information is not fetched due to site structure or access restrictions.

This project was created for educational purposes, and demonstrates a real-world scraping use case.

Usage

Setup with Poetry

This project uses Poetry to manage dependencies and virtual environments.

  1. Install Poetry (if you don’t have it already):
curl -sSL https://install.python-poetry.org | python3 -

or follow the instructions on the official Poetry site.

  1. Clone this repository (or download the code):
git clone https://github.com/ashkanfeyzollahi/fortexs.git
cd fortexs
  1. Install dependencies and create a virtual environment:
poetry install

This will create a virtual environment and install the needed packages.

  1. Run the script:
poetry run python src/fortexs.py

You should see a progress bar as the scraper fetches products. Once complete, you’ll see:

Done!

About

πŸ” A web scraper for fetching products from `www.fortex.ir`

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Contributors

Languages