Update wiki Home page for twitter-directmessage-source

gitea_admin 2026-03-11 14:40:50 +00:00
parent fd311f587f
commit 4e3b863377

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform
# Twitter Direct Message Source
Deploy on CamelX Platform in three steps
Allows to get all direct messages for your Twitter account.
## 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 direct messages |
| `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`