momingxu / imageshack-downloader

Downloads all your images from ImageShack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imageshack-downloader

Python scripts to download all your images from the image hoster imageshack.com/us.
Especially relevant in the light of the forthcoming deletion of all free accounts in January 2016.

Read more about that: https://medium.com/@ImageShack/3984af30964e

License: GNU GPLv3

Usage

Clone this repo and create a file named imageshack.conf with the following content:

[Login]
Username=your username
Password=your password

Run:

./main.py

or

python main.py

Depends on python-simplejson, python-configparser and wget.

About

Downloads all your images from ImageShack


Languages

Language:Python 100.0%