nicolindemann / apploader

Designed to automate downloads of apps from the iTunes App Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apploader

Designed to automate downloads of apps from the iTunes App Store. Performs an actual click in iTunes.

Requirements

Usage

./apploader.sh [-d] [-c] -u <itunes-url> [-posX <x>] [-posY <y>]

-u     [arg] URL to process. Required.
-posX        X Position of button in iTunes. Default: 170, Assuming Resolution of 1680x1050
-poxY        Y Position of button in iTunes. Default: 390, Assuming Resolution of 1680x1050
-w           Wait x seconds before try to download the app. Default: 5
-d           Enables debug mode
-c           Decolorize the output
-h           This page

Find mouse position

Using the MouseTools you can easily find out the right position on your system for the click on the download-button in iTunes. Just use:

./MouseTools -location

About

Designed to automate downloads of apps from the iTunes App Store.

License:MIT License


Languages

Language:Shell 91.3%Language:AppleScript 8.7%