Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.46 KB

Autolift

This tool lets you download as many images as you like from interfacelift.com.

Installation

You'll need an API key from interfacelift. Heads up, they charge.

You'll also need the unirest library. You can install it with pip:

$ pip install unirest

Usage

Edit Autolift.py. Modify the parameters at the top of the file, save and run with:

$ ./Autolift.py --api-key YOUR_API_KEY

Full usage:

usage: Autolift.py [-h] --api-key API_KEY [--destination DESTINATION]
                   [--num-images NUM_IMAGES] [--resolution RESOLUTION]
                   [--sort-by SORT_BY] [--order ORDER] [--start START]

A tool for downloading images from Interfacelift.Com

optional arguments:
  -h, --help            show this help message and exit
  --api-key API_KEY     Your interfacelift API key (available from
                        interfacelift.com)
  --destination DESTINATION
                        Where to save the images to
  --num-images NUM_IMAGES
                        The number of images to fetch (default 3)
  --resolution RESOLUTION
                        Resolution of the images (e.g. 1440x900)
  --sort-by SORT_BY     How to sort the images
  --order ORDER         Which order the images are sorted in
  --start START         Which order the images are sorted in