Navigation, data collection and storage of information with Python
What things you need to install the software and how to install them
Python 3.x
Chromedriver
Chrome (you can use another browser)
Some Python libraries following
A step by step series of examples that tell you how to get a development env running
Install the following Python libraries:
pandas - A great Python Data Analysis Library;
selenium - An API to write functional/acceptance tests using Selenium WebDriver.
pip install -r requirements.txt
You can find install instructions in the official repository.
https://chromedriver.chromium.org/downloads
python main.py
note: to view the data collection execution just comment the line 15 of the main.py file