Michal Tuszowski ef6eb84921 Preserve backup_old_docker bot variant at root (for comparison)
Snapshot of the dockerisation-era bot code laid out at the repository
root so it can be diffed directly against the working-copy baseline
(restructure/working-copy-root) to see how the variant differed:

- thin_client.py asyncio entrypoint (vs working_copy bot.py)
- constants.py env-var/credential refactor, communication auth, etc.
- extra gpt_interface/ service, sync.py, watch_script_params.py
- conanjurer_* modules absent in this variant

Docker infrastructure (docker/, docker-compose.yml, .dockerignore)
intentionally omitted - this branch is for code comparison only and is
not intended to be merged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 22:55:53 +02:00
2024-06-19 17:46:38 +02:00
2024-04-10 14:22:00 +02:00
2025-10-30 16:58:41 +01:00
2025-08-20 21:21:15 +02:00
2025-04-09 18:21:37 +01:00
2024-04-28 12:27:29 +02:00
2025-01-05 22:09:43 +01:00
2024-11-14 00:14:49 +01:00
2023-06-05 21:31:57 +02:00
2025-04-19 17:15:11 +02:00
2024-11-11 15:38:32 +01:00
2025-04-19 17:15:11 +02:00
2024-06-19 16:26:48 +01:00
2024-11-14 23:13:18 +01:00
2024-11-10 23:01:00 +00:00
2024-11-11 20:12:47 +00:00
2024-11-10 15:03:44 +01:00
2024-11-10 15:03:44 +01:00
2024-11-14 00:14:49 +01:00
2024-11-14 00:14:49 +01:00

conjurer

Discord.py bot for fun, sex and BDSM

Docker quick start

Docker definitions live at the repository root and let you run the Discord bot (thin_client.py), the musician file service, and the librarian search worker as separate containers.

  1. Prepare configuration
    • Edit the environment files under docker/env/*.env and replace the placeholders (replace-me, shared-secret, etc.) with your real tokens. Keep CONJURER_API_KEY identical across all services.
  2. Create host directories listed in docker-compose.yml (for example docker/volumes/bot/config, docker/volumes/musician/data, …) and populate them with the required JSON settings or media assets.
  3. Launch the stack
    docker compose up --build
    

Logs for each container are mounted under docker/volumes/* so you can diff the runtime JSON and log files in git if needed.

S
Description
No description provided
Readme Unlicense 12 MiB
Languages
Python 99.7%
Shell 0.3%