api-client-python
api-client-python copied to clipboard
A Python API Client for Gophish
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...
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: 
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:...