api-client-python icon indicating copy to clipboard operation
api-client-python copied to clipboard

A Python API Client for Gophish

Results 16 api-client-python issues
Sort by recently updated
recently updated
newest added

Resolves the following messages by PIP: ``` gophish 0.5.1 requires certifi==2020.6.20, but you have certifi 2021.5.30 which is incompatible. gophish 0.5.1 requires requests==2.24.0, but you have requests 2.26.0 which is...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Reported is available as a boolean when accessing the API directly: https://docs.getgophish.com/api-documentation/campaigns#get-campaign-results However it is not available via this python wrapper: ![image](https://user-images.githubusercontent.com/16143150/96808070-f5060280-13cc-11eb-8a86-5ee213c181a5.png)

Related to added feature in [Gophish](https://github.com/gophish/gophish/pull/1519)

Gophish Version : 0.12.1 Gophish Python API Version : 0.5.1 Python Version: 3.11 If i try the basic exemple with my server `from gophish import Gophish from gophish.models import *...

After 6 years, the current python api documentation does not reflect the current state of the api and does not provide access to all the information required for proper development:...