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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file skewdi-1.0.12.zip.
File metadata
- Download URL: skewdi-1.0.12.zip
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46ca59adeae93cb07dad46de4272698d6ede17533e64d715624b71d889ef362f
|
|
| MD5 |
37b20d1a5555004887b689e633e15ae8
|
|
| BLAKE2b-256 |
75e826fdb48f29393f9a8cbbbcb1e065b1749da82d73d3b248ddfe6422289106
|