File:  [Coherent Logic Development] / ChivanetAimDiscordSyncBot / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Jan 30 15:56:56 2025 UTC (2 months ago) by snw
Branches: MAIN, CoherentLogicDevelopment
CVS tags: start, HEAD
Initial commit

ChivaNet Chat Sync Bot
Copyright (C) 2025 Coherent Logic Development LLC

This bot will mirror public AIM chats to a Discord channel via webhook.

Author: Serena Willis <snw@coherent-logic.com>

---

Requires these Perl packages:
 * Net::OSCAR
 * HTML::Strip
 * REST::Client
 * JSON::XS
 * Data::Dumper
 * Getopt::Long
 * WebService::Discord::Webhook

You will need to set up a Discord webhook that can send messages to the desired channel in your server.

Run with:

 chatsync.pl -aimhost <your-ras-host> -aimsn <your-aim-sn> -aimpw <your-aim-password> -chatroom <chatroom-to-sync> -url <discord-webhook-url>

Enjoy!

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