Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Web Scraper Script #289

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Conversation

Charul00
Copy link
Contributor

@Charul00 Charul00 commented Oct 3, 2024

PR Title

Add Web Scraper Script and Update README

Summary

This pull request introduces a new Python script for web scraping and updates the README.md file to include details about this script.

Description

In this PR, I have added a Python web scraper script that fetches blog titles from the official Python.org blog page. The script uses the requests library to retrieve the HTML content and BeautifulSoup to parse it, extracting the titles of the blog posts. The titles are printed to the console and saved into a text file named blog_titles.txt. Additionally, I updated the README.md file to include this new script in the list of Python scripts available in the repository.

The changes are as follows:

  • Added a new script Web_Scraper.py for scraping blog titles from Python.org.
  • Updated README.md to include an entry for the new web scraper, with a link and description.

Checks

in the repository

  • Made no changes that degrade the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request at a small level (for the creator's welfare)
  • Tested the changes I made

issue no: #278
Thank You,

Charul Chim

@Charul00
Copy link
Contributor Author

Charul00 commented Oct 3, 2024

@DhanushNehru please check now i added readme also

@Charul00
Copy link
Contributor Author

Charul00 commented Oct 4, 2024

hey @DhanushNehru can you please merge it

@Charul00
Copy link
Contributor Author

Charul00 commented Oct 4, 2024

@DhanushNehru merge this also bro

Copy link
Collaborator

@hasan-py hasan-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hasan-py hasan-py merged commit d373a96 into DhanushNehru:master Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants