Skip to content

Repository with some code examples to webscrap websites using Python and Selenium

Notifications You must be signed in to change notification settings

Eduardoooxd/webscrapping-examples

Repository files navigation

Webscraping examples with Python and Selenium

Requirements

  • Python 3.6+

Installation

Create a Python virtual env to make sure that dependencies does not have conflicts to local dependencies.

python3 -m venv webscrapping-env

Activate the created virtual env

source webscrapping-env/bin/activate

Run the following command to install the dependencies:

pip3 install -r requirements.txt

Usage

python3 <script_name>.py

Example:

python3 top-250-imdb.py

About

Repository with some code examples to webscrap websites using Python and Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages