wybierz język / select language polski english
Qoobster screencast Qoobster functions Qoobster on iPhonie Are you enjoying?

What is Qoobster?

Qoobster is bash script written by me. It was created to automise downloading process from rapidshare. I wrote Qoobster to train programming in bash during SOP lessons.

End of Qoobster

Qoobster project reached it's finall state and will be supported no more. Rapidshare's times have passed away, same as tools helping downloading from that site. We wish to say thank you to all who used to use or still using Qoobster for supporting this micro project. Great feedback form community made developing Qoobster even more fun! So cya all!

Qoobster dev team

Where to download?

You can download the newest realese from here (ver. 2.2.2)
You can also download Qoobster form Github.

All versions are downloable from archive.

License?

Qoobster is distributed under GPL license.

How to use?

Qoobster is bash script so don't forget to set executable flag.

Qoobster's params are links to rs files. You can add as many links as you like. ./qoobster http://rapidshare.com/files/136423600/Welcome.to.the.NHK.2006.EP14.www.anime-download.go.pl.part1.rar If you want to put more than one link, type in console: ./qoobster http://rapidshare.com/files/136423600/Welcome.to.the.NHK.2006.EP14.www.anime-download.go.pl.part1.rar http://rapidshare.com/files/136430965/Welcome.to.the.NHK.2006.EP14.www.anime-download.go.pl.part2.rar If there are many links, you can put them all together in a file and launch Qoobster in this way:
(Caution: apostrophes used below are grave accent mark, they are on keyboard near tilde ~ ) ./qoobster `cat file` If you want shut your computer down after downloading: sudo su
[ root password ]
./qoobster `cat file` && poweroff

TODO?

You can extend Qoobster by a new functionality if you only want. Qoobster's code is avaliable on GitHub:
https://github.com/kubenstein/qoobster.

Author?

My name is Jakub 'kozak' Niewczas and I am a student at Polish-Japanese Institute of Information Technology.

mail: jakub.niewczas@pjwstk.edu.pl.