Skip to content

AutoLift - A tool for downloading images automatically from Interfacelift.com

License

Notifications You must be signed in to change notification settings

samjarman/autolift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AutoLift - A tool for downloading images automatically from Interfacelift.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages