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

Web Scraper Script Added #281

Closed
wants to merge 1 commit into from
Closed

Conversation

Charul00
Copy link
Contributor

@Charul00 Charul00 commented Oct 3, 2024

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:

  • Added a new script named Web_Scraper.py to scrape blog titles from Python.org.
  • Included usage of requests and BeautifulSoup for web scraping.
  • Stored the scraped blog titles into a text file.

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

Copy link
Owner

@DhanushNehru DhanushNehru left a comment

Choose a reason for hiding this comment

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

Please update the main readme.md list of python scripts in proper alphabetical order

@Charul00 Charul00 closed this Oct 3, 2024
@Charul00 Charul00 deleted the web-scraper branch October 3, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants