WebScrapping in 3 lines of code
Project description
ScrapKit 1.2 - WebScrapping is now easy
Usage
ScrapKit is a very useful Python Package that allows you to get the HTML of any website in just one line of code. You don't need to manually import requests and beautifulsoup type of module from now
Syntax
ScrapKit can fetch HTML, Title, Text of the website. But After this update you can now also save the html file with a very easy Syntax
import scrapkit as sk
url = 'https://www.youtube.com'
# Now you can save the fetched HTML in a File
st.saveHTML (url, filename='youtube.html')
# Fetch the Title of the website
title = st.getTitle (url)
print (title)
# Fetch the HTML of the website
html = st.getHTML (url)
print (html)
# Fetch the Text of the website
text = st.getText (url)
print (text)
Founder
ScrapKit is a very useful python package that is made by the one and only "Ali Lodhi". Ali Lodhi is from Pakistan, He loves to write code in python and try to easy people's work. Recently Ali Lodhi is working on the next update of this package
Versions
- ScrapKit 1.0 - It provide you to fetch whole HTML of the website
- ScrapKit 1.1 - It provides you to fetch HTML, Title and the Text of the website
- ScrapKit 1.2 - Now you also save the Fetched HTML in a
.htmlfile - ScrapKit 1.3 - Bug Fixes
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrapkit-1.3.tar.gz.
File metadata
- Download URL: scrapkit-1.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3327ff431a0521dd4134dfe47dadff1234d1c3e2eecc6dad9549cb48b3f45b98
|
|
| MD5 |
030d5b566ec39b25cf186a1b3f06dbac
|
|
| BLAKE2b-256 |
75c21c2f9b8715450bb44ea8742ba33d7c95b7094b93295cec323127a7154176
|
File details
Details for the file scrapkit-1.3-py3-none-any.whl.
File metadata
- Download URL: scrapkit-1.3-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de47f107f1a852d0d173525adc4377e13ed35f9a0450d603d1d25baaeb6e1615
|
|
| MD5 |
9a7a8d2051966f95fdb6a916abc6e390
|
|
| BLAKE2b-256 |
78cba581a4f9fa88c5a06990088b81df14099e0b147fe8df27a6a2fe77e215ba
|