1.2 KiB
1.2 KiB
Web scraper 🔍
Description
This project is a web scraper designed to extract data from websites.
Features
☑️ Extracts data from web pages
Usage
With Docker
- Clone the repository:
git clone https://git.wmi.amu.edu.pl/s500042/webscraper
- Navigate to the project directory:
cd webscraper
- Build the Docker image and run it using
start.py
script:
python scripts/start.py
On Mac, you'll have to use
python3 scripts/start.py
- Check
/app/dist/data.json
file to see the extracted data.
Without Docker
- Clone the repository:
git clone https://git.wmi.amu.edu.pl/s500042/webscraper
- Install the required dependencies:
pip install -r app/requirements.txt
If you're on Arch Linux, you'll need to create a virtual environment. Here's is a Step by step guide that will help you create it.
- Run
run_with_no_docker.py
script:
python scripts/run_with_no_docker.py
On Mac you'll, need to use:
python3 scripts/run_with_no_docker.py
- Check
/app/dist/data.json
file to see the extracted data.
License
This project is licensed under the MIT License. See the LICENSE file for details.