PhishWare Python API Client

PhishWare was built from the ground-up to be API-first. This means that we build out the API endpoints for all of our features, and the UI is simply a wrapper around these endpoints.

To interface with PhishWare using Python, we've created a Phishware client library.

If you want to access the API directly, please refer to our API Documentation

Installation

To install the PhishWare library, simply run the command:

pip install gophish

Quickstart

Getting up and running with the Python library is quick and easy.

To start, simply create a client using the API key found in the Settings page.

from
 gophish 
import
 Gophish

api_key = 
'API_KEY'

api = Gophish(api_key)

Now you're ready to start using the API!

results matching ""

    No results matching ""