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
- Clone this repository git clone git@bitbucket.org:annaspratama/commerce-scraper-django.git.
- Create Python virtual environment.
- Start your virtual environment.
- Install required packages by typing the command pip install -r requirements.txt on root directory.
- Start the server python manage.py runserver.
- Open your browser then type address http://localhost:8000