Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1023 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 1023 Bytes

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.