Webcrawler with python

Navigation, data collection and storage of information with Python

Prerequisites

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

Installing

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.

With:

pip install -r requirements.txt

Chromedriver

You can find install instructions in the official repository.
https://chromedriver.chromium.org/downloads

Running the code

python main.py

note: to view the data collection execution just comment the line 15 of the main.py file