12 lines
No EOL
370 B
Text
12 lines
No EOL
370 B
Text
# Twitter API Credentials
|
|
# Get these from https://developer.twitter.com/
|
|
TWITTER_BEARER_TOKEN=your_bearer_token_here
|
|
TWITTER_API_KEY=your_api_key_here
|
|
TWITTER_API_SECRET=your_api_secret_here
|
|
TWITTER_ACCESS_TOKEN=your_access_token_here
|
|
TWITTER_ACCESS_TOKEN_SECRET=your_access_token_secret_here
|
|
|
|
# Application Settings
|
|
MAX_TWEETS=100
|
|
CACHE_DURATION=300
|
|
OUTPUT_FORMAT=json |