From e0fa2e3ab25d1d1024d2526dbabdb27996f2bd8d Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:40:54 +0000 Subject: [PATCH] Update wiki Home page for twitter-timeline-source --- Home.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..dc6310d 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,32 @@ -# Deploy the Project on CamelX Platform +# Twitter Timeline Source -Deploy on CamelX Platform in three steps +Allows to get tweets from the timeline of a specific user from Twitter. -## Step 1: Create a release -From the project space, click on **"Create a release"** +It requires tokens that can be obtained by creating an application +in the Twitter developer portal: https://developer.twitter.com/. -The new version is automatically available in the list +## Metadata -## Step 2: Deploy -Click on **"Deploy"** +| Property | Value | +|----------|-------| +| Type | source | +| Group | Twitter | +| Namespace | Social | +| Support Level | Stable | +| Provider | Apache Software Foundation | -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Properties -## Step 3: Expose -Enable **"Expose"** +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `user` | string | ✓ | | The user we want to read the timeline | +| `apiKey` | string | ✓ | | The API Key from the Twitter application in the developer portal | +| `apiKeySecret` | string | ✓ | | The API Key Secret from the Twitter application in the developer portal | +| `accessToken` | string | ✓ | | The Access Token from the Twitter application in the developer portal | +| `accessTokenSecret` | string | ✓ | | The Access Token Secret from the Twitter application in the developer portal | -Choose an **API Gateway** (Internal, Public, etc.) +## Dependencies + +- `camel:jackson` +- `camel:twitter` +- `camel:kamelet`