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)
Release files for skewdi 1.0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skewdi-1.0.12.zip | 4.8 kB | Details |
Release files / skewdi-1.0.12.zip
| Download URL | skewdi-1.0.12.zip |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
46ca59adeae93cb07dad46de4272698d6ede17533e64d715624b71d889ef362f
|
|
BLAKE2b-256 checksum How to use checksums |
75e826fdb48f29393f9a8cbbbcb1e065b1749da82d73d3b248ddfe6422289106
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|