blob: 7416bec6d0f7ed3f1bfb9ddcf3ccea5ec3d770b4 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.twittertimelinesource.CamelTwittertimelinesourceSourceConnector",
"artifactId": "camel-twitter-timeline-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-twitter-timeline-source-source",
"type": "source",
"version": "1.1.0-SNAPSHOT",
"description": "Allows to get tweets from the timeline of a specific user from Twitter.\n\nIt requires tokens that can be obtained by creating an application \nin the Twitter developer portal: https:\/\/developer.twitter.com\/."
},
"properties": {
"camel.kamelet.twitter-timeline-source.user": {
"name": "camel.kamelet.twitter-timeline-source.user",
"description": "The user we want to read the timeline Example: ApacheCamel",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.twitter-timeline-source.apiKey": {
"name": "camel.kamelet.twitter-timeline-source.apiKey",
"description": "The API Key from the Twitter application in the developer portal",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.twitter-timeline-source.apiKeySecret": {
"name": "camel.kamelet.twitter-timeline-source.apiKeySecret",
"description": "The API Key Secret from the Twitter application in the developer portal",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.twitter-timeline-source.accessToken": {
"name": "camel.kamelet.twitter-timeline-source.accessToken",
"description": "The Access Token from the Twitter application in the developer portal",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.twitter-timeline-source.accessTokenSecret": {
"name": "camel.kamelet.twitter-timeline-source.accessTokenSecret",
"description": "The Access Token Secret from the Twitter application in the developer portal",
"priority": "HIGH",
"required": "true"
}
}
}