1P0RN-BOT(1) p0rn-comfort P0RN-BOT(1)
2
3
4
6 p0rn-bot - register pages with p0rn-proxy automatically
7
9 p0rn-bot
10
11 [ --depth depth ] [ --help ] [ --proxy proxy ] [ --version ]
12
13 p0rn-proxy [ -c configfile ] [ -h ] [ -P proxy ] [ -V ]
14
16 p0rn-bot is a script that automates p0rn-proxy handling. It starts
17 with a given page and then follows all links recursivly. All pages
18 encountered are registered with p0rn-proxy either as thumnails sites or
19 as galleries for download.
20
22 Be sure to have p0rn-proxy(1) running. Then start p0rn-bot with the
23 URL of a known thumbnail gallery page. Now wait and see p0rn-bot do
24 it's work.
25
26 When p0rn-bot is finished, the pages are marked for download. Run
27 p0rn-download(1) to actually get them.
28
29 Switches
30
31 --depth depth ⎪ -d depth
32 This sets how 'deep' links are being followed. 0 will only look
33 at the given start URL, 1 will visit the start URL plus all sites
34 that are linked on it and so forth...
35
36 Default depth is 2.
37
38 --help ⎪ -h
39 This prints a short help text and exits.
40
41 --proxy proxy ⎪ -P proxy
42 This gives the address where the p0rn-proxy is running. It is
43 given in the form 'http://hostname:portnumber'.
44
45 Default is to use 'http://localhost:8080' as this is the default
46 port that p0rn-proxy listens to.
47
48 --version ⎪ -V
49 This prints the current version of japana and exits.
50
52 p0rn-proxy(1)
53
55 use AppConfig;
56 use HTML::Parser;
57 use HTTP::Daemon;
58 use LWP::UserAgent;
59 use URI;
60
61 These modules can be obtained from <http://www.cpan.org>.
62
64 Please report bugs by mail to <p0rn-bugs@cgarbs.de>.
65
67 p0rn-bot was written by Christian Garbs <mitch@cgarbs.de>.
68
70 Look for updates at <http://www.cgarbs.de/p0rn-comfort.en.html>.
71
73 p0rn-bot is licensed under the GNU GPL.
74
75
76
770.0.4 2004-11-20 P0RN-BOT(1)