All Projects → stevenbenner → interfacelift-downloader

stevenbenner / interfacelift-downloader

Licence: MIT License
💾 InterfaceLIFT wallpaper auto-downloader script for Node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to interfacelift-downloader

Pixel-Wallpaper-app
An app full of Constantly updating Google Pixel wallpapers
Stars: ✭ 120 (+31.87%)
Mutual labels:  wallpapers
Linux Dynamic Wallpapers
Dynamic Wallpapers for Linux
Stars: ✭ 305 (+235.16%)
Mutual labels:  wallpapers
xwinwrap
X11 Window in desktop enviroment background
Stars: ✭ 115 (+26.37%)
Mutual labels:  wallpapers
nord-wallpapers
moved to https://github.com/dxnst/nord-backgrounds
Stars: ✭ 124 (+36.26%)
Mutual labels:  wallpapers
PrawWallpaperDownloader
Download images from reddit
Stars: ✭ 18 (-80.22%)
Mutual labels:  wallpapers
fotowall
Pictures collage & creativity tool
Stars: ✭ 92 (+1.1%)
Mutual labels:  wallpapers
style-develop-sdk
Style sdk for developer
Stars: ✭ 30 (-67.03%)
Mutual labels:  wallpapers
high-quality-nix-content
GitHub repository containing highest quality Nix/NixOS content
Stars: ✭ 88 (-3.3%)
Mutual labels:  wallpapers
Accomplisher
Motivational app to accomplish daily goals.
Stars: ✭ 16 (-82.42%)
Mutual labels:  wallpapers
AwesomeWallpaper
AwesomeWallpaper plays videos, shows images and system info on your desktop wallpaper
Stars: ✭ 74 (-18.68%)
Mutual labels:  wallpapers
AmogOS-Wallpapers
Central repository for all AmogOS wallpapers
Stars: ✭ 29 (-68.13%)
Mutual labels:  wallpapers
The-Wall
The Wall automatically changes desktop wallpaper based on the tags selected by the user
Stars: ✭ 48 (-47.25%)
Mutual labels:  wallpapers
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (+35.16%)
Mutual labels:  wallpapers
phosphor-android
An elegant and sophisticated line icon pack to declutter your home screen.
Stars: ✭ 27 (-70.33%)
Mutual labels:  wallpapers
Kuper
Free, feature-rich, easily customizable Android dashboard for widgets apps with Zooper widgets and/or Kustom assets (Widgets, Wallpapers and Komponents)
Stars: ✭ 114 (+25.27%)
Mutual labels:  wallpapers
doodle-android
Colorful live wallpapers with auto dark mode and power-efficient animations
Stars: ✭ 440 (+383.52%)
Mutual labels:  wallpapers
RedditWallpaperBot
A Bot for Reddit that gets top Hot sorted picture from a given Subreddit and sets it as background.
Stars: ✭ 15 (-83.52%)
Mutual labels:  wallpapers
wallpapers
🖼️ Wallpapers to match your Catppuccin setups!
Stars: ✭ 176 (+93.41%)
Mutual labels:  wallpapers
Unsplash-Wallpaper
Gorgeous wallpapers on your Mac
Stars: ✭ 99 (+8.79%)
Mutual labels:  wallpapers
Wallpapers
a collection of my best wallpapers
Stars: ✭ 118 (+29.67%)
Mutual labels:  wallpapers

InterfaceLIFT Wallpaper Downloader

An InterfaceLIFT wallpaper auto-downloader and sync tool for node.js.

NPM version

Introduction

It takes way too long to download all of the great images in InterfaceLIFT's wallpaper collection by hand, and I'm too much of a cheap bastard to pay them for the privilege of using their bulk download service. So here is the leechers way of grabbing all of their wallpapers quickly, easily, and for free.

This software is licensed under the MIT license.

Install

Install this package globally via NPM by running the following command:

npm install -g interfacelift-downloader

You now have access to the interfacelift-downloader command.

Usage

interfacelift-downloader [resolution] [path] [download limit]

The interfacelift-downloader command accepts three arguments:

  • The resolution option needs to be the image resolution that you want to search for (e.g. 1920x1080).
  • The path is the path to save the downloaded files to. If specified this must be a path to a folder based on your current working directory (e.g. downloads, or ../wallpaper/1080) or the full path. (e.g. ~/downloads, or /Users/steven/downloads) If this option is omitted then files will be saved to your current working directory.
  • The download limit is the number of files to download. For example, if this option is set to 5, the 5 most recent images will be downloaded. If this option is omitted or set to 0, there is no limit and all the images are downloaded.

To save files to your current folder

Navigate to the path that you want to save the files in and execute the interfacelift-downloader command with the resolution that you want to search for as an argument. Here is an example:

interfacelift-downloader 1920x1080

This will tell the script to search for all images with a resolution of 1920x1080 pixels and save them to your current working directory. It will not download or overwrite any existing files.

To save files to a specific folder

Same as above but specify the path to the save directory from your current working directory as the third argument. For example:

interfacelift-downloader 1920x1080 downloads/1920x1080

This will tell the script to search for all images with a resolution of 1920x1080 pixels and save them to the downloads/1920x1080 directory. It will not download or overwrite any existing files.

You can also specify a full path.

interfacelift-downloader 1920x1080 ~/downloads/1920x1080
interfacelift-downloader 1920x1080 /Users/steven/downloads/1920x1080

To limit the total number of files downloaded

You can also limit the total number of images that the script will attempt to download. This is a great way to speed up the process and limit the size of your download. Simply pass the maximum number of images to download to the command after the download path. For example:

interfacelift-downloader 1920x1080 ~/downloads/1920x1080 15

That command will download up to a maximum of 15 images. Note that you must include the resolution and download path in the command for it to work.

Reporting Bugs

If you find any bugs, want to request a new feature, or have any questions then please feel free to open a new issue in this GitHub project.

Contributing

Please feel free to add features or fix bugs yourself! I welcome pull requests for this project. If you would like to submit a patch then simply fork this project, make your changes and submit a new pull request.

Change Log

v2.4.0 (Feb 5, 2022)

  • Added download retry functionality to handle intermittent disconnects.
  • Changed HTTP requests to use HTTPS.
  • Added android resolutions.
  • Added more widescreen monitor resolutions.
  • Added more iphone resolutions.
  • Added more ipad resolutions.

v2.3.0 (Jan 6, 2017)

  • Added download limit option.
  • Added iphone resolutions.
  • Added ipad resolutions.

v2.2.0 (Sep 19, 2015)

  • Added support for absolute paths.

v2.1.2 (Nov 16, 2014)

  • Added 21:9 monitor resolutions.
  • Added portrait mode monitor resolutions.
  • Added more widescreen monitor resolution.

v2.1.1 (Apr 27, 2014)

  • Added 2x2 monitor resolutions.

v2.1.0 (Mar 22, 2014)

  • Fixed unhandled exception thrown on random image redirects.
  • Fixed unhandled exception thrown on 404 errors.
  • Fixed resolution parameter being ignored when path is specified.
  • Argument errors will now cause the process to exit with a failure code.
  • Optimized how files are saved to disk.
  • Optimized call stack memory usage for image downloader.

v2.0.2 (Dec 14, 2013)

  • Added dual monitor resolutions.
  • Added triple monitor resolutions.
  • Added netbook monitor resolutions.
  • Added 1600x900 monitor resolution.

v2.0.1 (Mar 27, 2013)

  • Added destination path option to CLI.

v2.0.0 (Mar 20, 2013)

  • Removed http-agent dependency to support Node.js 0.10.0.
  • Added NPM support to the project.
  • The script will no longer create download folders.
  • Major refactor of the project to use modular code.

v1.0.0 (Feb 23, 2013)

  • Initial public release.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].