Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Simple Webpage Parser

A simple wrapper around the popular web scraper library BeautifulSoap. It merges the use of Requests and BeautifulSoap library in one class which abstracts the process of extraction of html from webpage's url and gives user a clean code to work with.

Libraries Required

  1. requests $pip install requests
  2. beautifulsoup4 $pip install beautifulsoup4

Usage

A sample script webpage_parser.py has been provided to show the usage of the SimpleWebpageParser. It prints all the links from the Hacktoberfest's home page.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.