Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.45 KB

File metadata and controls

60 lines (33 loc) · 1.45 KB

Albot

🤖 A Simple IRC BOT Written in Python. 🤖

Visit My Blog to learn about Albot more.

Capabilities

  • Act as AI: Utilize ollama in backend for AI-driven responses.

  • Custom Commands: Execute custom scripts on host for advanced functionality.

  • Concurrent Conversations: Enable simultaneous conversations by setting THREAD_COUNT_IN_POOL in bot/bot.py.

  • High Performance: Achieve fast response times with minimal latency.

  • Dependency-Free: Leverage only built-in Python 3 packages to minimize dependencies.

  • Minimal Complexity: Implement the simplest, most efficient IRC bot possible.

Quickstart

  • Prerequisites: Install python3 on your OS and ollama(optional) for Albot functionality.

  • Clone Repo: Fetch the repository:

git clone https://github.com/qspidy/albot.git

cd albot
  • Generate Config: Edit config.json and customize settings as needed:
cp config.json.example config.json

vim config.json
  • Run Bot: Execute Albot:
python3 main.py

License

MIT


Part of MrOrange.

MrOrange

MrOrange热爱开源 • MrOrange loves open source