+4
config.example.yaml
+4
config.example.yaml
···
73
73
# X (Twitter) Configuration
74
74
x:
75
75
api_key: "your-x-api-bearer-token-here"
76
+
consumer_key: "your-consumer-api-key-here"
77
+
consumer_secret: "your-consumer-api-secret-here"
78
+
access_token: "your-access-token-here"
79
+
access_token_secret: "your-access-token-secret-here"
76
80
user_id: "your-x-user-id-here" # Void's X user ID
77
81
78
82
# Logging Configuration