Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diawi uploader

This tool is a simple utility for uploading one or more .apk or .ipa files to Diawi.

Usage

python diawi_uploader.py [--token TOKEN] [--qr] file [file ...]

Parameters

--qr - Shows QR code with link to Diawi page.
--token - Diawi API token.

Configuration

Script requires API token which can be passed via command line or read from a config file.

Config file search paths (in order):

  • PWD/diawi_uploader.ini
  • PWD/.diawi_uploader.ini
  • HOME/.diawi_uploader.ini
  • HOME/.config/diawi_uploader.ini
Example configuration file
[default]
token=<YOUR_TOKEN>

Usage example

python diawi_uploader.py --qr app_debug.apk

About

Command line utility for uploading .apk or .ipa files to Diawi.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages