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
46 stars 105 forks source link

[Code Addition Request]: Adding beginner level web scrapping program. #457

Open akashlogics opened 2 hours ago

akashlogics commented 2 hours ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

this is my first pr

Project Description

A simple web scraping program using Python that retrieves data from a website. For this example, we will scrape quotes from quotes.toscrape.com, which is a site specifically designed for practicing web scraping.

Full Name

Akash R

Participant Role

contributor for gssoc-extd and heacktoberfest

github-actions[bot] commented 2 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!

UTSAVS26 commented 1 hour ago

@akashlogics what tech stack you will follow?

akashlogics commented 1 hour ago

Only beautifulsoup and request libraries of python