Skip to content

Aymen-Tirchi/fos-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper

This project is a web scraper built using Python. It scrapes data from https://www.ouedkniss.com/automobiles/1

Prerequisites

  • Python 3.7
  • Docker (optional)

Installation

  1. Clone the repository:
git clone https://github.com/Aymen-Tirchi/fos-scraper.git
  1. Install the dependencies:
pip install -r requirements.txt

Usage

  1. Run the scraper:
python scraper.py

This will start the scraper and create a results.txt that contains the output of scraper.py

Docker

Alternatively, you can use Docker to run the scraper in a containerized environment:

  1. Build the Docker image:
docker build -t web-scraper .
  1. Run the Docker container:
docker run web-scraper

This will execute the scraper inside the Docker container.

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published