diff --git a/config.env.example b/config.env.example new file mode 100644 index 0000000..e688a3e --- /dev/null +++ b/config.env.example @@ -0,0 +1,14 @@ +export ANTHROPIC_API_KEY="sk-ant-xxx..." +export TOKEN_ZPRAVOBOT="your-token-here" +export TOKEN_POZITIVNI="your-token-here" +export TOKEN_SARKASTICKY="your-token-here" +``` + +## .gitignore +``` +config.env +*.csv +logs/ +archive/ +__pycache__/ +*.pyc diff --git a/run-digest.sh b/run-digest.sh new file mode 100644 index 0000000..08f32ba --- /dev/null +++ b/run-digest.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source /app/data/zpravobot-digest/config.env +python3 /app/data/zpravobot-digest/digest-bot.py "$@"