Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebeyoumusie/web-scrapping-with-selenium
In this project I have built a web scrapping tool using which scrapes HD Today (a movie website) using selenium.
https://github.com/nebeyoumusie/web-scrapping-with-selenium
python selenium selenium-python web-scrapping
Last synced: about 1 month ago
JSON representation
In this project I have built a web scrapping tool using which scrapes HD Today (a movie website) using selenium.
- Host: GitHub
- URL: https://github.com/nebeyoumusie/web-scrapping-with-selenium
- Owner: NebeyouMusie
- Created: 2024-06-17T07:27:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T10:49:19.000Z (7 months ago)
- Last Synced: 2024-06-18T12:28:48.136Z (7 months ago)
- Topics: python, selenium, selenium-python, web-scrapping
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scrapping with Selenium
- In this project I have built a web scrapping tool using which scrapes [HD Today](https://hdtoday.to/home) (a movie website) using selenium.## Description
- The tool scrapes the title, year, duration and type of trending movies and stores them in a `data.json` file.## Libraries Used
- selenium==4.21.0
- webdriver-manager==4.0.1## Installation
1. Prerequisites
- Git
- Command line familiarity
2. Clone the Repository: `git clone https://github.com/NebeyouMusie/Web-Scrapping-with-Selenium.git`
3. Create and Activate Virtual Environment (Recommended)
- `python -m venv venv`
- `source venv/bin/activate` or `venv/bin/activate` for windows
4. Navigate to the project's directory `cd ./Web-Scrapping-with-Selenium` using your terminal
5. Install Libraries: `pip install -r requirements.txt`
6. run `python main.py`## Collaboration
- Collaborations are welcomed ❤️## Acknowledgments
- I would like to thank [Michael Kitas](https://github.com/michaelkitas)
## Contact
- LinkedIn: [Nebeyou Musie](https://www.linkedin.com/in/nebeyou-musie)
- Gmail: [email protected]
- Telegram: [Nebeyou Musie](https://t.me/NebeyouMusie)