From 68be1fe204732b137b5a776b3c4e44876006ac94 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Tue, 9 Feb 2010 02:45:56 +0100 Subject: Added license info and README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..866ad71 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +4grab - a utility that download pictures from a certain website. + +4grab has been written to help me download wallpapers from a certain website, though it should easily be possible to use it for a general purpose image-downloader for that website. + +4grab downloads pages 0-10 from the given category and parses these pages looking for links to threads. Afterwards it downloads these thread pages and starts looking in those for image links, skipping one each time because images there are linked to twice. +Finally it goes through all the collected image links and checks to see whether it already exists on the disk and if not, downloads it. + +4grab is written in Python and therefore needs the python interpreter (http://www.python.org) to be installed on your system. It is being tested on a Fedora 12 machine with Python 2.6.2 installed, and a Windows XP machine with Python 2.6.4 installed. + +v0.2.1 has been reported to work under Windows 7 as well. \ No newline at end of file -- cgit v1.3-2-g0d8e