# X (Twitter) API Credentials
# Copy this file to .env and fill in your actual credentials
# Get your Bearer Token from https://developer.twitter.com/en/portal/dashboard
# Bearer Token (for read-only operations)
X_BEARER_TOKEN=your_bearer_token_here
# Optional: Logging level (debug, info, warn, error)
RUST_LOG=info