Skip to main content

Fetch Website Content

Project description

Python Web Scrapping Tool

This is a simple module written on the top of BeautifulSoup Module.

Simply install it by using :

pip install skewdi

##How to Use :

Do Something like this--

>>>from skewdi import skewdi

>>>skewdi.fetchAnchor("http://yourDomain.com")

It will return all the hyperlinks in that perticular Webpage!

>>>skewdi.fetchPara("http://yourDomain.com")

It will return all the paragraph tags of the Webpage!

>>>skewdi.help()

It will show all the avaiable functions with their description.

More Functions are comming!

>>>skewdi.author()

Written By - Samprit (sam123)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skewdi-1.0.12.zip (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page