This project is a web scraper built using Python. It scrapes data from https://www.ouedkniss.com/automobiles/1
- Python 3.7
- Docker (optional)
- Clone the repository:
git clone https://github.com/Aymen-Tirchi/fos-scraper.git
- Install the dependencies:
pip install -r requirements.txt
- Run the scraper:
python scraper.py
This will start the scraper and create a results.txt that contains the output of scraper.py
Alternatively, you can use Docker to run the scraper in a containerized environment:
- Build the Docker image:
docker build -t web-scraper .
- Run the Docker container:
docker run web-scraper
This will execute the scraper inside the Docker container.
Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.