UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
49 stars 114 forks source link

[Code Addition Request]: Adding selenium automation tool example #495

Open nidhi2026 opened 4 hours ago

nidhi2026 commented 4 hours ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

N/A

Project Description

There is already a web scraping tool in this project included i.e. beautiful soup, but for websites that load their content using js dynamically, beautiful soup fails to scrape efficiently. Using selenium is a good choice in this scenario. Thus I want to add an example of selenium scraping of IMDB website (it uses js for loading content dynamically).

Full Name

Nidhi

Participant Role

GSSOC ext Contributor 24

github-actions[bot] commented 4 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

nidhi2026 commented 4 hours ago

@UTSAVS26 If this seems as a nice add-on for automation tools. Please assign this to me