Giter VIP home page Giter VIP logo

appknox-python's Introduction

Build Status Stories in Ready

appknox-python

CLI tool & Python wrapper for Appknox's REST API

Installation

[sudo] pip install appknox

Usage

Credentials

Method 1

You can either specify credentials in your ENV variables APPKNOX_USERNAME & APPKNOX_PASSWORD

export APPKNOX_USERNAME="YourUseranme"
export APPKNOX_PASSWORD="YourPassword"

to check if it is properly configured, just do appknox validate

Method 2

You can aslo pass it as an option.

appknox --username YourUseranme --password YourPassword validate

Method-1 is recommended because its more clean. From this point forward, the documentation will give examples assuming you have used Method-1. You just have to pass --username and --password for appknox if you opt for method-2.

Submit a store URL

appknox submit_url "<Your store URL Goes here>"

Uploading your App

appknox upload /path/to/your/android.apk
appknox upload /path/to/your/ios.ipa

Help

appknox --help

Todo

  • Authentication
  • Authorization
  • Versioning
  • Submit URL
  • Upload File
  • Projects
    • List
    • Get
    • Delete
  • Files
    • List
    • Get
    • Delete
  • Analyses
    • List
  • Reports
    • PDF
    • JSON
    • XML
    • CSV
  • Hooks
    • Create
    • Edit
    • Delete

appknox-python's People

Contributors

dhilipsiva avatar rmad17 avatar subho007 avatar waffle-iron avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.