api-client-python
api-client-python copied to clipboard
A Python API Client for Gophish
Hello ! I was trying to set up my API client but I am unable to get an API key as the link to the Settings page is not working...
Original source will not install on modern systems anymore.
The dependencies `certifi`,`requests` and `urllib3` have newer versions. Now I get the following errors: ``` ERROR: After October 2020 you may experience errors when installing or updating packages. This is...
What version of Gophish are you using?: 12.0 Brief description of the issue: The documentation is not updated and does not include the added envelope_sender in V.12.0. Additionally, the envelope_sender...
The Python API currently lacks support for the [user management API](https://docs.getgophish.com/api-documentation/user-management).
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi `gophish/api-client-python`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
fix from #24
Sending Profile Not working - Says API key Not Set
I was trying to programmatically build templates with attachments and found that I couldn't do it due to an error in the models.py file. I modified it on my own...