- Ubuntu 16
- Python 3.6.0
- chromedriver
This directory will be the virtualenv for this project
You could name it webscrapper_env
cd webscrapper_env
virtualenv .
git clone https://github.com/mikael19/py_web_scrapper.git
cd py_web_scrapper
pip install -e .
pip install -r requirements.txt
source ../bin/activate
webscraper_cli --url a
The excel sheet will be in the current directory, open it to see your results !