From 84f398af4ad55188d9a4b188146d90e5cddd72ec Mon Sep 17 00:00:00 2001 From: acgzone1 Date: Thu, 8 Jan 2026 09:25:09 +0100 Subject: [PATCH] Document configuration setup in README Adds a configuration section explaining how to set environment variables --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..8cebea3d 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Configuration + +This project uses environment variables for authentication. + +Make sure to define the required variables before running the examples. +An example configuration is available in `.env.example`.