Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 745 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 745 Bytes

Scrap Commerce Products

This is a mini project built with Django using Selenium lib just to scrap data from a web page and export the result to excel file. For example is: OLX site.


Demo

You can visit https://scrap-commerce.annaspratama.my.id to demonstration.

Usage

  1. Clone this repository git clone git@bitbucket.org:annaspratama/commerce-scraper-django.git.
  2. Create Python virtual environment.
  3. Start your virtual environment.
  4. Install required packages by typing the command pip install -r requirements.txt on root directory.
  5. Start the server python manage.py runserver.
  6. Open your browser then type address http://localhost:8000