Annotation of ChivanetChatBot/README, revision 1.1

1.1     ! snw         1: ChivaNet Chat Bot
        !             2: Copyright (C) 2024, 2025 Coherent Logic Development LLC
        !             3: 
        !             4: Author: Serena Willis <snw@coherent-logic.com>
        !             5: 
        !             6: ---
        !             7: 
        !             8: Requires these Perl packages:
        !             9:  * Net::OSCAR
        !            10:  * HTML::Strip
        !            11:  * REST::Client
        !            12:  * JSON::XS
        !            13:  * Data::Dumper
        !            14:  * Getopt::Long
        !            15: 
        !            16: Run with:
        !            17: 
        !            18:  bot.pl -aimhost <your-ras-host> -aimsn <your-aim-sn> -aimpw <your-aim-password> -rasurl <your-ras-api-url>
        !            19: 
        !            20: Enjoy!

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>