Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

digitec_webscraper

Digitec Webscraper is a simple webscraper with the use case to scrape digitec for price drops.

Table of contents

Installation process

  1. Clone this repository to your local machine
  2. set up a python virtual environment and activate it => https://docs.python.org/3/tutorial/venv.html
  3. install the required packages => pip install -r requirements.txt
  4. run the main.py file in your digitec_webscraper file

Required packages

Required packages are:

requests
bs4

Use it on your own

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.

Known Issues