DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
41 stars 298 forks source link

Web scraping in Python #166

Open yashisrani opened 1 month ago

yashisrani commented 1 month ago

Web scraping in Python can be accomplished using libraries like BeautifulSoup, requests, Scrapy, or Selenium. Here’s an example of web scraping using the most common combination of requests and BeautifulSoup.

I want to add code .. Please Assign me ..

DevAffan commented 1 month ago

Done