A python package for working with the CRXCavator api as an imported package or as a command line utility
pip install crxcavatorpy
# Generic Use
python3 -m crxcavator report <extension_id> <extension_version>
# Example Use
python3 -m crxcavator report aapbdbdomjkkjkaonfhkkikfgjllcleb 2.0.13
# Generic Use
python3 -m crxcavator reports <extension_id>
# Example Use
python3 -m crxcavator reports aapbdbdomjkkjkaonfhkkikfgjllcleb
# Generic Use
python3 -m crxcavator submit <extension_id>
# Example Use
python3 -m crxcavator submit aapbdbdomjkkjkaonfhkkikfgjllcleb
{
"code": 801,
"extensionID": "aapbdbdomjkkjkaonfhkkikfgjllcleb",
"message": "Extension successfully submitted",
"platform": "Chrome",
"version": "2.0.13"
}