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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b760b2 · Dec 24, 2023

History

10 Commits
Dec 24, 2023
Jul 21, 2023
Oct 22, 2023
Oct 22, 2023
Oct 22, 2023
Dec 24, 2023
Dec 24, 2023
Jul 21, 2023

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