# Twitter API Configuration
# Copy this file to .env and fill in your actual values
# Twitter API v2 Bearer Token
# Get this from: https://developer.twitter.com/en/portal/dashboard
# 1. Create a project and app
# 2. Go to "Keys and tokens"
# 3. Generate "Bearer Token"
TWITTER_BEARER_TOKEN=your_bearer_token_here
# Your Twitter username (without @)
TWITTER_USERNAME=your_username_here