Pornbot v1.0 by TFreak [08/18/97]


Overview
--------
Pornbot is a config file driven all purpose newsbot for UNIX.  It scans the 
newsgroups found in the config file (pornbot.conf) for encoded binaries and 
saves the decoded image to disk.  


Getting Started
---------------

1)  Edit the UUDECODEPATH variable on line 24 of the source file to point to  
    its location on your system.  If you don't have one, a Linux binary is 
    included with this release.  

2)  Edit the pornbot.conf file.  The first entry is an NNTP server to which
    you have read permission on.  The remaining lines are newsgroups in which
    you want pornbot to scan.  The config file is terminated with a $ on a 
    blank line.  ``#'' comments out a line, and blank lines are ignored.

    NOTE:  For memory conservation purposes, the MAXNEWSGROUPS variable is
           included.  If you plan on scanning a lot of newsgroups, up this
           number (default is 15 newsgroups).  If you have more newsgroups
           than whats compiled in, anything after that max will be ignored.

3)  Compile your binary.  
    
    cc -o pornbot pornbot.c

    This should compile fine.  Tested on Linux and FreeBSD.


After this your ready to start downloading!

-tf
