Skip to main content

Get HTMl code from the Safari browser

Project description

Get HTML from Safari

https://img.shields.io/pypi/v/get_html_from_safari.svg https://img.shields.io/travis/sdondley/get_html_from_safari.svg Documentation Status

Description

Gets HTML code from web pages open in the Safari browser.

Usage

The get_html_from_safari package fetches the HTML source code of the currently active Safari browser tab on macOS. This package utilizes AppleScript to interact with the Safari browser and retrieve the HTML content.

Example Usage To use get_html_from_safari, follow these steps:

Install the package:

pip install get_html_from_safari

Import the package and fetch the HTML source code of the active Safari tab:

from get_html_from_safari import get_html
html_content = get_html()

You can now process the retrieved HTML content as needed.

To fetch the HTML source code of a specific URL, pass the URL as an argument:

from get_html_from_safari import get_html
url = "https://www.example.com"
html_content = get_html(url)

This will open up a new browser window and fetch the HTML source code of the url specified.

Please note that this package is specifically designed for macOS and the Safari browser. It will not work with other operating systems or web browsers.

From the command line:

$ html-source-get <url>

Requirements

  • Python 3.6 or higher

  • macOS

Features

Contains an entry point html-source-get <url>.

If no url is supplied, it will get the HTML code from the current Safari tab. If a url is supplied, it will open a new tab and get the HTML code from that tab.

The HTML code is dumped directly to the terminal.

License

  • Free software: Apache Software License 2.0

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2023-04-05)

  • First release on PyPI.

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

get_html_from_safari-0.2.3.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

get_html_from_safari-0.2.3-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 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