16 lines
No EOL
317 B
YAML
16 lines
No EOL
317 B
YAML
# Twitter API Configuration (Session-based)
|
|
twitter:
|
|
curl_file: "./config/curl.txt"
|
|
|
|
# Monitoring Configuration
|
|
monitoring:
|
|
# Polling interval in seconds
|
|
polling_interval: 180
|
|
|
|
# Maximum number of tweets to fetch per request
|
|
max_tweets: 20
|
|
|
|
# Server Configuration
|
|
server:
|
|
host: "127.0.0.1"
|
|
port: 8080 |