Skip to main content

Twitter

This page contains the setup guide and reference information for the Twitter source connector.

Prerequisites

To set up the Twitter source connector, you'll need the App only Bearer Token.

Set up the Twitter connector in Airbyte

  1. Log into your Airbyte Cloud account or navigate to the Airbyte Open Source dashboard.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Twitter from the Source type dropdown.
  4. Enter the name for the Twitter connector.
  5. For Access Token, enter the App only Bearer Token.
  6. For Search Query, enter the query for matching Tweets. You can learn how to build this query by reading build a query guide.
  7. For Start Date (Optional), enter the date in YYYY-MM-DDTHH:mm:ssZ format. The start date for retrieving tweets cannot be more than 7 days in the past.
  8. For End Date (Optional), enter the date in YYYY-MM-DDTHH:mm:ssZ format. The end date for retrieving tweets must be a minimum of 10 seconds prior to the request time.
  9. Click Set up source.

Supported sync modes

The Twitter source connector supports the following sync modes:

Supported Streams

Performance considerations

Rate limiting is mentioned in the API documentation

Reference

Config fields reference

Field
Type
Property name
string
api_key
string
query
string
start_date
string
end_date

Changelog

VersionDatePull RequestSubject
0.1.22023-03-0623749Spec and docs are improved for beta certification
0.1.12023-03-0323661Incremental added for the "tweets" stream
0.1.02022-11-0118883🎉 New Source: Twitter