Annotation of ChivanetAimDiscordSyncBot/README, revision 1.1

1.1     ! snw         1: ChivaNet Chat Sync Bot
        !             2: Copyright (C) 2025 Coherent Logic Development LLC
        !             3: 
        !             4: This bot will mirror public AIM chats to a Discord channel via webhook.
        !             5: 
        !             6: Author: Serena Willis <snw@coherent-logic.com>
        !             7: 
        !             8: ---
        !             9: 
        !            10: Requires these Perl packages:
        !            11:  * Net::OSCAR
        !            12:  * HTML::Strip
        !            13:  * REST::Client
        !            14:  * JSON::XS
        !            15:  * Data::Dumper
        !            16:  * Getopt::Long
        !            17:  * WebService::Discord::Webhook
        !            18: 
        !            19: You will need to set up a Discord webhook that can send messages to the desired channel in your server.
        !            20: 
        !            21: Run with:
        !            22: 
        !            23:  chatsync.pl -aimhost <your-ras-host> -aimsn <your-aim-sn> -aimpw <your-aim-password> -chatroom <chatroom-to-sync> -url <discord-webhook-url>
        !            24: 
        !            25: Enjoy!

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