~hannes/eliza-discord

ELIZA Discord Bot
~hannes/eliza-discord

New git repository added

1 year, 10 months ago

#ELIZA Discord Bot

This is a small Discord bot containing the ELIZA chatbot (powered by eliza-rs).

#Building

cargo build --release

If you want to reduce the size of the resulting binary, try using strip and upx.

#Usage

Write your token for the bot into a file. Supply the path to the file as the first argument to the program. If no path is supplied, the bot tries to read the token from the file ELIZA_DISCORD_TOKEN in your current directory.

A new instance of ELIZA is created (lazily) for each private channel and each guild channel (where the channel name contains "eliza"). Within a channel, ELIZA will act as if she's communicating with only one person, even if it's a channel inside a guild. Just try it out.

#License

This software is licensed under the Boost Software License. For more information see LICENSE.