- In this project I have built a web scrapping tool using which scrapes HD Today (a movie website) using selenium.
- The tool scrapes the title, year, duration and type of trending movies and stores them in a
data.json
file.
- selenium==4.21.0
- webdriver-manager==4.0.1
- Prerequisites
- Git
- Command line familiarity
- Clone the Repository:
git clone https://github.com/NebeyouMusie/Web-Scrapping-with-Selenium.git
- Create and Activate Virtual Environment (Recommended)
python -m venv venv
source venv/bin/activate
orvenv/bin/activate
for windows
- Navigate to the project's directory
cd ./Web-Scrapping-with-Selenium
using your terminal - Install Libraries:
pip install -r requirements.txt
- run
python main.py
- Collaborations are welcomed ❤️