API wrapper for the Quokka security software
Project description
Quokka.io
Quokka.io is an API wrapper for Quokka SaaS Software written in Python. https://www.quokka.io/
This library uses API key authentication for requests.
Installing
pip install quokkaio
Usage
from quokkaio.quokka import Quokka
quokka = Quokka(key=apiKey)
Get group ID from Sub Group Name
subgroupID = quokka.get_sub_groups(subGroupName)
subGroupName - The name of the Sub Group
Upload an app with optional subgroup IDs
scan_response, platform = quokka.push_scan(theFile, subGroupList)
theFile - the filename of the binary
subGroupList - a python list of subgroup IDs
Download a PDF of the Quokka Analysis
quokka.download_pdf(uuid, platform)
uuid - UUID of the Quokka analysis. Can be found from scan_response["uuid"]
platform - "android" or "ios"
Retrieve app issues in JSON format
quokka.get_app_issue(uuid)
uuid - UUID of the Quokka analysis. Can be found from scan_response["uuid"]
Retrieve analytics results in JSON format
quokka.get_results(start_date)
start_date - date to retrieve the results as python datetime
Note: limitation on analytics API, can only do days from today, no end date
Retrieve a list of submitted apps in JSON format
quokka.get_apps(start_date, end_date)
start_date, end_date - date to retrieve the results as python datetime
Contributing
We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.
You can report any bug you find or suggest new functionality with a new issue.
If you want to add some functionality to the wrapper:
- Fork it ( https://github.com/smercer-quokka/quokka-python )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Adds my new feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quokkaio-0.1.16.tar.gz.
File metadata
- Download URL: quokkaio-0.1.16.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3bc55627e66499c42288b0946b22d0bfce01b4f6f915e7dfe90d2b4024a5769
|
|
| MD5 |
3482c34a69283d1c4ab22ea3b17ddb3b
|
|
| BLAKE2b-256 |
f2d093357eec31693985e271115dd55e0a387be0da824c90ffca227e7956d0c3
|
File details
Details for the file quokkaio-0.1.16-py3-none-any.whl.
File metadata
- Download URL: quokkaio-0.1.16-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2bebf6012f1cbe1150820f076af79be22b5b2356302b6b0806aafa50232ad75
|
|
| MD5 |
311462ebcb924367d5a9a0f19e1b851a
|
|
| BLAKE2b-256 |
f0d44bf2a4dee636702c6a9ca61e0649dc6fb408b61a05900aec093d6109b86e
|