Distort your Bluesky avatar based on how much you're tired, according to your WHOOP band
1# Bluesky credentials
2BSKY_USER=
3BSKY_PASSWORD=
4
5# WHOOP API credentials
6API_KEY=
7API_SECRET=
8
9# Path to the source avatar image
10IMAGE_PATH=/data/avatar.jpg
11
12# Directory for storing WHOOP OAuth tokens
13TOKEN_DIR=/data/tokens
14
15# Set to any value to run in daemon mode
16DAEMONIZE=1
17
18# How often to update the avatar (Go duration format)
19UPDATE_INTERVAL=1h