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>