marklogic-community / marklogic-spring-batch

Write batch processing applications in MarkLogic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get the statuses from a twitter list

sastafford opened this issue · comments

As a developer
I want to Get the statuses from a twitter list
So that I can ingest tweets from a list into MarkLogic

Create an ItemReader that will retrieve the statuses from a public or private list.

It should retrieve the list statuses from the following API endpoint: https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses

The parameters for this ItemReader should be the list_id and count. The max count should be < 100.

All OAuth2 settings should be retrieved in a properties file.