/ source-twitter-fetcher / sample_files / config-example.json
config-example.json
 1  {
 2    "credentials":{
 3      "client_id": "your_client_id",
 4      "client_secret": "your_client_secret",
 5      "bearer_token": "your_bearer_token",
 6      "access_token": "your_access_token",
 7      "refresh_token": "your_refresh_token",
 8      "token_expiry_date": "2024-12-31T00:00:00Z"
 9    },
10    "account_id": "your_account_id",
11    "start_time": "2024-01-01T00:00:00Z",
12    "tags": ["@IFT", "@status", "@Airbyte"],
13    "space_ids": ["1eaKbjbeejvKX", "1SLjjRYNejbKM"],
14    "space_account": ["123456789", "987654321"]
15  }