New tweets

For Twitter, this workflow automates the retrieval of new tweets related to "verstappen," capturing key details like likes, tweet content, author, and timestamp. It seamlessly integrates with Airtable to store only the latest tweets, ensuring your database is always up-to-date with relevant information.

7/8/2025
7 nodes
Medium
manualmediumtwitterairtable
Categories:
Manual TriggeredData Processing & AnalysisMedium WorkflowSocial Media Management
Integrations:
TwitterAirtable

Target Audience

Target Audience


- Social Media Managers: Those who need to track mentions of specific topics on Twitter.
- Data Analysts: Individuals who analyze social media data for insights and trends.
- Marketing Teams: Teams looking to engage with audiences based on real-time social media interactions.
- Developers: Programmers who want to automate data collection from Twitter and store it in Airtable.

Problem Solved

Problem Solved


This workflow automates the process of searching for new tweets related to a specific topic (like 'verstappen') and storing relevant data in Airtable. It eliminates the need for manual tracking and data entry, ensuring that users can quickly access and analyze new tweets without missing important interactions.

Workflow Steps

Workflow Steps


1. Manual Trigger: The workflow starts when the user clicks the 'execute' button.
2. Twitter Search: The workflow searches Twitter for the latest tweets containing the keyword 'verstappen', retrieving up to 100 tweets.
3. Fetch Airtable Data: It retrieves existing tweets from an Airtable database to compare against new tweets.
4. Set Twitter Data: For each new tweet found, the workflow extracts key details such as:
- Likes
- Tweet Text
- Tweet ID
- Tweet URL
- Author
- Time of Tweet
5. Set Airtable List: The workflow prepares the data from Airtable for comparison, ensuring that it has the same structure as the Twitter data.
6. Leave Only New Tweets: It filters out tweets that already exist in Airtable, keeping only the new ones.
7. Append New Tweets to Airtable: Finally, the new tweets are appended to the Airtable database, ensuring that users have the most up-to-date information.

Customization Guide

Customization Guide


- Change Search Keyword: Modify the searchText parameter in the Twitter node to track different topics or hashtags.
- Adjust Data Fields: Customize the fields in the 'set twitter data' and 'Set_AT_list' nodes to include or exclude specific tweet details based on your needs.
- Modify Airtable Table: Update the table parameter in the Airtable nodes to connect to different tables or applications.
- Limit the Number of Tweets: Adjust the limit parameter in the Twitter node to fetch more or fewer tweets based on your requirements.