A chill Bluesky bot, with responses powered by Gemini.
1# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it) 2AUTHORIZED_USERS="" 3 4 # PDS service URL (optional) 5SERVICE="https://pds.indexx.dev" 6 7DB_PATH="data/sqlite.db" 8GEMINI_MODEL="gemini-2.0-flash-lite" 9 10ADMIN_DID="" 11ADMIN_HANDLE="" 12 13DID="" 14HANDLE="" 15 16# https://bsky.app/settings/app-passwords 17BSKY_PASSWORD="" 18 19# https://aistudio.google.com/apikey 20GEMINI_API_KEY=""