Zinker – batch downloader

Zinker is a small script that written in couple of hours to batch file download from rapishare servers.

Version and development

Dependencies
: wget, curl and bash script runable any OS
Latest Version
: 1.0.0

Download

Github
: Zinker on Github
All versions
: Check current or old versions

How to Use

Clone the repo and grand right permissions

$ git clone git@github.com:irfan/zinker.git zinker
$ cd zinker
$ chmod u+x zinker.sh

After this start script with username, password and the file parameters which is contain rapidshare url list.

 $ ./zinker.sh irfan my123pass ../rapidshare.txt

Parameters

1. your rapidshare username
2. your rapidshare password
3. rapidshare url list file

After use

After use you will have log file under ./tmp directory, cookie file under ./tmp directory and you’ll find the downloaded files into the downloads directory. Please dont forget to delete the tmp directory after used this script. Your user informations will be store in the tmp, so it is important.

Example output

2012-08-02 01:57:52 Download started : http://rapidshare.com/files/1000/70.zip > /Users/irfan/projects/zinker/downloads/70.zip
2012-08-02 01:58:08 Download finised : http://rapidshare.com/files/1000/70.zip > /Users/irfan/projects/zinker/downloads/70.zip
2012-08-02 01:58:08 Download started : http://rapidshare.com/files/2000/80.zip > /Users/irfan/projects/zinker/downloads/80.zip
2012-08-02 01:58:22 Download finised : http://rapidshare.com/files/2000/80.zip > /Users/irfan/projects/zinker/downloads/80.zip
2012-08-02 01:58:22 Download finished, here is the summary :
2012-08-02 01:58:22 ________________________________________
2012-08-02 01:58:22 Total Links : 2 
2012-08-02 01:58:22 Downloaded : 2 
2012-08-02 01:58:22 Passed : 0 
2012-08-02 01:58:22 Error : 0 
2012-08-02 01:58:22 Download Folder : /Users/irfan/projects/zinker/downloads
2012-08-02 01:58:22 Log File : /Users/irfan/projects/zinker/tmp/log-20120802015751.txt
2012-08-02 01:58:22 Used cookie : /Users/irfan/projects/zinker/tmp/cookie-20120802015751.txt
2012-08-02 01:58:22 ________________________________________

Change Logs

1.0.0

  • zinker.sh released