Metadata-Version: 2.1
Name: python-fern
Version: 0.1.0
Summary: HTML Highlight and Screenshot Tool
Home-page: https://github.com/irisdotsh/fern
Keywords: fern,osint,hacking,security,web scraping
Author: Iris Blankenship
Author-email: iris@netwatchr.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Dist: selenium (>=4.18.1,<5.0.0)
Requires-Dist: webdriver-manager (>=4.0.1,<5.0.0)
Project-URL: Bug Tracker, https://github.com/irisdotsh/fern/issues
Project-URL: Repository, https://github.com/irisdotsh/fern
Description-Content-Type: text/markdown

# Fern

Fern - HTML Highlight and Screenshot Tool by irisdotsh

## Installation

`pip install python-fern`

## Usage

Fern comes with a CLI tool.

`fern https://example.com searchterm`

To use it with a proxy, do the following:

`fern https://example.onion searchterm socks5://127.0.0.1:9091`
