Short: AddyFind v1.1 - Finds Internet Email Addresses Author: Phil Beazley (pbeazley@futuresights.com) Uploader: Phil Beazley (pbeazley futuresights com) Type: comm/misc Architecture: m68k-amigaos $VER: AddyFind v1.1 (10/09/97) WHAT IT IS: This script queries (currently, more later) two websites that help find internet email addresses of people for matches to keywords you give it. It currently queries the Internet Address Finder (www.iaf.net) and WhoWhere? (www.whowhere.com). By default, it returns only the first 20 addresses. This can be changed by modifying the variable below called 'maxcount'. If you know of similar email search databases, please let me know! I know about Four11, but I cannot figure out how to do a search by entering the entire URL manually. If you know, please tell me! :) INSTALLATION: If you're going to use this with YAM, put the files in YAM:Rexx/. If not, just put the file 'AddyFind.rexx' in Rexx:. You can discard 'AddyFind-YAM.rexx' if you're not going to use this with YAM. USAGE: Three ways from the CLI: CLI> rx AddyFind CLI> rx AddyFind CLI> rx AddyFind The third option brings up a rexxreqtools requester. Two within YAM: Add this line to the bottom of your YAM config file: RexxMenu0 = YAM:Rexx/AddyFind-YAM.rexx Or go to the ARexx -> Execute Script menu option and select the file "yam-addyfind.rexx" REQUIREMENTS: * HTTPJ v2.00 Piergiorgio Ghezzo aminet:comm/www/HTTPJ200.lha * rexxreqtools.library 1.3 Rafael D'Halleweyn aminet:util/rexx/RexxReqTools.lha CREDITS: Marcel Beck (author of YAM) released a similar script yesterday that queried only the IAF website. It also only returned the first 10, no option to return more and it didn't interface with YAM very well. Thanks for the idea, Marcel. Hope you don't mind me improving on it a bit. :) AUTHOR: Phil Beazley (pbeazley@futuresights.com) [http://www.futuresights.com]