Skip to main content

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 only 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 .html file

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

scrapkit-1.2.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scrapkit-1.2-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file scrapkit-1.2.tar.gz.

File metadata

  • Download URL: scrapkit-1.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for scrapkit-1.2.tar.gz
Algorithm Hash digest
SHA256 f68a2a1d56d5f9eefb948418cc94ae8ed073ad7cfcdcd7855002a1596657329b
MD5 5fef903a31ab820cfe951586750c72a5
BLAKE2b-256 617bfefb64c04194620e84a77dbeca2ed1546150bcff98fc4c062fead895e3c2

See more details on using hashes here.

File details

Details for the file scrapkit-1.2-py3-none-any.whl.

File metadata

  • Download URL: scrapkit-1.2-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

Hashes for scrapkit-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 46ed4d4ac4450a32c5fef5ae66c4c33614699652b3cc8b186dda992694b01fec
MD5 7d553baf6b42b2381ba0c32c4e3ddca7
BLAKE2b-256 7bcbf3349300607ba3066b7c4fb7f44eb6611e90e402c8c46c8ddf64375efd1a

See more details on using hashes here.

Supported by

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