DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
541 stars 258 forks source link

Web Scraper Script Added #281

Closed Charul00 closed 1 month ago

Charul00 commented 1 month ago

PR Title

Added Python Web Scraper Script

Summary

Added a Python web scraper script to scrape blog titles from Python.org and save them to a file.

Description

I created a Python script that uses requests to fetch the HTML content of Python.org's blog page and BeautifulSoup to parse and extract the titles of blog posts. The titles are printed to the console and saved in a text file (blog_titles.txt).

The changes are as follows:

Checks

in the repository

in the PR

issue no:#278

Thank You,

Charul Chim