Skip to content

UnstableLlama/alice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alice Discord Bot

A Discord chatbot powered by the classic ALICE AIML brain (v1.9).

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Create a Discord bot:

    • Go to the Discord Developer Portal
    • Create a new application and add a bot
    • Enable the Message Content privileged intent
    • Copy the bot token
  3. Run the bot:

    export DISCORD_BOT_TOKEN="your-token-here"
    python bot.py
  4. Invite the bot to your server using an OAuth2 URL with the bot scope and Send Messages / Read Message History permissions.

Usage

  • DMs: Send a direct message to the bot
  • Mentions: @Alice hello there
  • Name prefix: Alice, what is your name?

Each user gets their own conversation session, so Alice remembers context per person.

AIML Files

The aiml/ directory contains the Foundation ALICE AIML set v1.9 from the aiml-en-us-foundation-alice project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages