Python module for interacting with the Crxcavator api
Project description
Crxcavatorpy
A python package for working with the CRXCavator api as an imported package or as a command line utility
Installation
pip install crxcavatorpy
CLI Usage
Get a single report
# Generic Use
python3 -m crxcavator report <extension_id> <extension_version>
# Example Use
python3 -m crxcavator report aapbdbdomjkkjkaonfhkkikfgjllcleb 2.0.13
Example Output for a single extension report
Get all reports for an extension
# Generic Use
python3 -m crxcavator reports <extension_id>
# Example Use
python3 -m crxcavator reports aapbdbdomjkkjkaonfhkkikfgjllcleb
Example Output for all reports for a single extension
Submit an extension to be scanned
# Generic Use
python3 -m crxcavator submit <extension_id>
# Example Use
python3 -m crxcavator submit aapbdbdomjkkjkaonfhkkikfgjllcleb
Example Output for extension scan submission
{
"code": 801,
"extensionID": "aapbdbdomjkkjkaonfhkkikfgjllcleb",
"message": "Extension successfully submitted",
"platform": "Chrome",
"version": "2.0.13"
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crxcavatorpy-0.1.3.tar.gz
(2.1 kB
view details)
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 crxcavatorpy-0.1.3.tar.gz.
File metadata
- Download URL: crxcavatorpy-0.1.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7106d794df882599a2487c0b4762a9c4f8864cea144eb6cd927e693472e4a845
|
|
| MD5 |
b831233f2a24a509f257b719d42d7cbb
|
|
| BLAKE2b-256 |
3c5cc9f2386eb29f14e22546c4675f500432df57666ff1d8bcd97583c8adbf56
|
File details
Details for the file crxcavatorpy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: crxcavatorpy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f3990289fc80fbae78d111a8840e88cec9f159feb20b200a0b05ab00ca0bc6
|
|
| MD5 |
a5529864a2397eb9b0b7f619927b70e0
|
|
| BLAKE2b-256 |
6b205747bfc3332132d808417ab3fa09cd9911a36e7b529fb9f84777d060df8e
|