Skip to main content

No project description provided

Project description

fetchhtml is a package that allows for developers to request HTML files of a website and save it in a designated save path.

Installation

pip3 install fetchhtml 

Usage

import fetchhtml 
from fetchhtml import fetcher 

Saving HTML Document in directory

fetcher = Fetcher()
fetcher.set_url("https://www.google.com)
fetcher.download_html("Your/Directory/Here", "Google.html")

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

fetchhtml-0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

fetchhtml-0.1-py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 3

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