Files
twitter-client/.env.example
T
2026-07-24 18:48:49 +02:00

8 lines
294 B
Bash

APP_PASSWORD=your-password
APP_SECRET=your-generated-secret
APP_CONSUMER_KEY=app-consumer-key
APP_CONSUMER_KEY_SECRET=app-consumer-key-secret
APP_ACCESS_TOKEN=app-access-token
APP_ACCESS_TOKEN_SECRET=app-access-token-secret
APP_USER_ID=your-x-user-id
NOTIFICATION_DB_PATH=/data/notifications.db