Digitec Webscraper is a simple webscraper with the use case to scrape digitec for price drops.
- Clone this repository to your local machine
- set up a python virtual environment and activate it => https://docs.python.org/3/tutorial/venv.html
- install the required packages => pip install -r requirements.txt
- run the main.py file in your digitec_webscraper file
Required packages are:
requests
bs4
Since this is a huge project, I'd encourage you to clone and rename this project for your own purposes. It is a good start pouint to develop more on it. If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created.