Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.36 KB

cellular_contract

GitHub open issues GitHub last commit GitHub commit activity GitHub Repo stars

Instalation

clone the repository

git clone https://github.com/Besix2/cellular_contract.git

install reuirements

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

Execution

start the programm with:

 python3 app.py

The website is reachable at:

127.0.0.1:5000