thijskuilman / imageshack-images-downloader

Downloads all your images hosted on ImageShack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageShack downloader

Perhaps you have used ImageShack in the past, just like me. ImageShack made some strange moves in the past few years, including removing your uploaded images. I created this tool so you can download your images and move it to a another image hosting service.

Requirements

You'll need Python and Node (at least v6.4.0) to run this tool.

Usage

$ npm install
$ cp .env.example .env
$ (fill in the .env fields)
$ python imageshack_downloader.py

How it works

Unfortunately, the ImageShack API is not available anymore, so I used Puppeteer (a headless Chrome Node API) to scrape the image URL's from your ImageShack account. After that, a Python script will download all the images to the /images folder.

About

Downloads all your images hosted on ImageShack


Languages

Language:JavaScript 65.6%Language:Python 32.9%Language:Shell 1.4%