This page contains the setup guide and reference information for the Twitter source connector.
To set up the Twitter source connector, you'll need the App only Bearer Token.
- Log into your Airbyte Cloud account or navigate to the Airbyte Open Source dashboard.
- Click Sources and then click + New source.
- On the Set up the source page, select Twitter from the Source type dropdown.
- Enter the name for the Twitter connector.
- For Access Token, enter the App only Bearer Token.
- For Search Query, enter the query for matching Tweets. You can learn how to build this query by reading build a query guide.
- 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. - 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. - Click Set up source.
The Twitter source connector supports the following sync modes:
Rate limiting is mentioned in the API documentation
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.1 | 2024-10-29 | 44710 | Update dependencies |
0.2.0 | 2024-08-26 | 44777 | Refactor connector to manifest-only format |
0.1.15 | 2024-08-17 | 44289 | Update dependencies |
0.1.14 | 2024-08-12 | 43813 | Update dependencies |
0.1.13 | 2024-08-10 | 43509 | Update dependencies |
0.1.12 | 2024-08-03 | 43115 | Update dependencies |
0.1.11 | 2024-07-27 | 42830 | Update dependencies |
0.1.10 | 2024-07-20 | 42270 | Update dependencies |
0.1.9 | 2024-07-13 | 41910 | Update dependencies |
0.1.8 | 2024-07-10 | 41394 | Update dependencies |
0.1.7 | 2024-07-06 | 40900 | Update dependencies |
0.1.6 | 2024-06-25 | 40396 | Update dependencies |
0.1.5 | 2024-06-22 | 40098 | Update dependencies |
0.1.4 | 2024-06-06 | 39154 | [autopull] Upgrade base image to v1.2.2 |
0.1.3 | 2024-05-21 | 38525 | [autopull] base image + poetry + up_to_date |
0.1.2 | 2023-03-06 | 23749 | Spec and docs are improved for beta certification |
0.1.1 | 2023-03-03 | 23661 | Incremental added for the "tweets" stream |
0.1.0 | 2022-11-01 | 18883 | 🎉 New Source: Twitter |