notification manager for bsky noti.waow.tech
0

Configure Feed

Select the types of activity you want to include in your feed.

noti / .env.example
389 B 11 lines
1ANTHROPIC_API_KEY=your-anthropic-api-key 2ANTHROPIC_MODEL=claude-sonnet-4-6 3SQLITE_PATH=data/noti-ts.db 4PORT=8000 5PUBLIC_URL=http://127.0.0.1:8000 6 7# optional: route app.bsky.* reads through an alternate appview when bsky.social is flaky 8# ATPROTO_APPVIEW_PROXY=did:web:api.blacksky.community#bsky_appview 9 10# optional: set to 1 for verbose recommendation/proposal debug logs 11# NOTI_DEBUG=1