Closed sastafford closed 6 years ago
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.
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.