├── .gitignore ├── README.md ├── requirements.txt └── webscraping.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielfroes/webscraping_python_selenium/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielfroes/webscraping_python_selenium/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielfroes/webscraping_python_selenium/HEAD/requirements.txt -------------------------------------------------------------------------------- /webscraping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabrielfroes/webscraping_python_selenium/HEAD/webscraping.py --------------------------------------------------------------------------------