syndesisio / syndesis-extensions

Collection of Syndesis extensions
Apache License 2.0
31 stars 73 forks source link

Reading Twitter Media #84

Closed RHodzelmans closed 5 years ago

RHodzelmans commented 5 years ago

Added an additional example of an Extension. The extension is specifically build for a demo that reads Twitter MediaEntities and writes them to Kafka. The scope of this component is to use the normal Twitter connection object to retrieve the Tweets via the search option. It then can use this component to retrieve all MediaEntities in the Status.

When found, it creates a JSON object containing the ID, name, screen name and the media links. I've tested this extensively for the demo to be done , so should be error free when used as intended.

pure-bot[bot] commented 5 years ago

Pull request approved by @oscerd - applying approved label