[ https://issues.apache.org/activemq/browse/CAMEL-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51068#action_51068 ]
Bruno Borges commented on CAMEL-1520: ------------------------------------- Hey, it was my pleasure. :-) I was just looking for a way to learn something about Camel's API though having fun. :-) There's a unit test for Twitter4J, which tests all three functions the component use as a consumer. There's a test missing, for the publisher. Also, it is missing unit tests for the component itself. But that's hard to code. Imagine everybody building this component and posting silly tweets. But be my guest to code a mock-proxy that acts as a Twitter server. > Twitter Component to Consume and Publish Tweets > ----------------------------------------------- > > Key: CAMEL-1520 > URL: https://issues.apache.org/activemq/browse/CAMEL-1520 > Project: Apache Camel > Issue Type: New Feature > Environment: Any > Reporter: Bruno Borges > Assignee: Bruce Snyder > Fix For: Future > > Attachments: camel-twitter.tar.bz2 > > > This is a camel-twitter component to consume and publish tweets within a > route. > The usage is something like : > from("twitter:mypoint?user=foo&pass=bar").to("bean:logging"); > from("direct:apoint").to("twitter:publisher?user=foo&pass=bar"); > It is also possible to follow someone specific: > from("twitter:consume?follow=someuser"); > It still need some documentation about all parameters. > Also it would be great to have an automatic Type Converter. > This component has a dependency to the Twitter4J API, which is a BSD-style > license. Is this a problem? If yes, is there anything that can be done in > case the author does not want to change its license? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.