# Twitter API Configuration
# Copy this file to .env and fill in your actual values
# OAuth 1.0a Credentials
# Get these from: https://developer.twitter.com/en/portal/dashboard
# 1. Create a project and app
# 2. Go to "Keys and tokens"
# 3. Generate all four credentials below
# 4. Ensure your app has "Read and Write" permissions
# API Key (Consumer Key)
TWITTER_API_KEY=your_api_key_here
# API Secret (Consumer Secret)
TWITTER_API_SECRET=your_api_secret_here
# Access Token
TWITTER_ACCESS_TOKEN=your_access_token_here
# Access Token Secret
TWITTER_ACCESS_TOKEN_SECRET=your_access_token_secret_here
# Your Twitter username (without @)
TWITTER_USERNAME=your_username_here