From dd66bd1372f0697e587f754f0604479cb444e5ad Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 2 Feb 2026 21:04:42 -0800 Subject: [PATCH] docs: add environment variable example Co-Authored-By: Claude Opus 4.5 --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7270b81 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Telegram Bot Token from @BotFather +FLYNN_TELEGRAM_TOKEN=your-bot-token-here + +# Anthropic API Key +ANTHROPIC_API_KEY=your-anthropic-api-key-here + +# Optional: Custom config path +# FLYNN_CONFIG=/path/to/config.yaml