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

Automated Website Url scraper #804

Merged
merged 18 commits into from
Jan 15, 2022
Merged

Automated Website Url scraper #804

merged 18 commits into from
Jan 15, 2022

Conversation

Gud-will
Copy link
Contributor

@Gud-will Gud-will commented Oct 31, 2021

Pull Request Template

Automated Website Url scraper

script name -
webUrlscraper.py

Brief about script
This python script focuses on retrieving all the webpages links from a giver Url(input from the user)
These links can also be present inside a button or an action.

Issue no.(must) -

Issue no-#677

Self Check(Tick After Making pull Request)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

If issue was not assigned to you Please don't make a PR. It will marked as invalid.

Have created a python script that uses beautifulsoup to read the html file of a page and then this information is  further processed to get href links
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Congratulations!! 🎉 @Gud-will for making your first PR. We will review the changes soon and merge finally.😊 Do give a star ⭐ meanwhile if you like this project.

@pawangeek
Copy link
Contributor

Change the folder name to websiteurl_scraper

@pawangeek pawangeek linked an issue Nov 9, 2021 that may be closed by this pull request
1 task
@pawangeek pawangeek merged commit 9a61d57 into python-geeks:main Jan 15, 2022
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.

Scrape all URLs from a Website
2 participants