git clone https://github.com/Besix2/cellular_contract.git
pip install -r requirements.txt
go to Handyhase and select you filter options and copy the url to url = "" in comapre.py.
def scrape_selenium():
# put url here
url = ""
# put url here
start the programm with:
python3 app.py
The website is reachable at:
127.0.0.1:5000