Update wiki Home page for twitter-timeline-source

gitea_admin 2026-03-11 14:40:54 +00:00
parent 13fd5893ca
commit e0fa2e3ab2

39
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`