Description: A website built in Flask (Python) to scrap devices' price on the CellphoneS website (https://cellphones.com.vn/)
How to run?
- Install virtualenv:
$ pip install virtualenv - Open a terminal in the project root directory and run:
$ virtualenv .venv - Then run the command:
$ .\.venv\Scripts\activate - Then install the dependencies:
$ (.venv) pip install -r requirements.txt - Finally start the web server:
$ (.venv) python app.py