chatbot

All posts tagged chatbot by Linux Bash
  • Posted on
    Featured Image
    Step-by-step, Bash-first guide to creating a smart, polite AI Discord bot on Linux with Python, discord.py, and OpenAI: why it’s high-leverage for support and onboarding; distro-agnostic install (apt/dnf/zypper); minimal bot that answers via !ask or mentions; secure env setup; persistent systemd service with journalctl logs; plus slash commands, moderation, channel scoping, performance/cost tips, and troubleshooting.
  • Posted on
    Featured Image
    Learn to build a private, terminal‑native Linux help desk in under an hour with one Bash script using curl, jq, and ripgrep. The guide wires an LLM (local via Ollama or a cloud API), mines man pages and live system snapshots for context, and outputs concise, copy‑pasteable answers with apt/dnf/zypper options, full logging/version control, plus scripts for priming docs, cron‑based refresh, and practical troubleshooting workflows.