Skip to content

TrieuBui1012/CellphoneS-prices-web-scraping-flask-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description: A website built in Flask (Python) to scrap devices' price on the CellphoneS website (https://cellphones.com.vn/)

How to run?

  1. Install virtualenv:
    $ pip install virtualenv
  2. Open a terminal in the project root directory and run:
    $ virtualenv .venv
  3. Then run the command:
    $ .\.venv\Scripts\activate
  4. Then install the dependencies:
    $ (.venv) pip install -r requirements.txt
  5. Finally start the web server:
    $ (.venv) python app.py

About

A website built in Flask (Python) to scrap devices' price on the CellphoneS website (https://cellphones.com.vn/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published