If you're looking for the best auto liker for Twitter, you've come to the right place. In this tutorial, we'll show you how to build your own Twitter like generator with Make, step by step.
We'll actually go beyond basic liking and show you how to build two different auto like bots for Twitter:
- One that likes the tweets of a specific account
- Another that likes any tweet containing certain words, phrases, or hashtags
For both solutions, you'll just need a paid Make account (the Core Plan works perfectly) and a Twitter account. Let's dive right in.
Pro tip: Before automating Twitter actions, review Twitter's Developer Policy regarding automation to ensure your use case complies with their rules.
1. Automatically Like Tweets from a Specific Account
The first automation we'll build watches tweets from a specific Twitter account and automatically likes each new post. This is perfect for supporting influencers, brands, or accounts you want to engage with consistently.
After logging into your Make account, start by creating a new scenario from your dashboard. This will open the visual canvas where we'll construct our automation.
Click the central button to add your first module, then search for and select the Twitter app. Choose the "Watch tweets" module - this will monitor tweets from any account you specify at regular intervals.
To configure this module:
- Connect your Twitter account by clicking "Add"
- Select "Watch someone else's tweets"
- Enter the account's username without the @ symbol
- Set "Return full text of tweets" to "Yes"
- Specify how many tweets to watch each run (more active accounts need higher numbers)
After configuration, you'll set when to start watching tweets. For retroactive liking, choose "Since specific date." Otherwise, the automation will begin with new tweets after activation.
Adding the Like Action
Next, add the Twitter "Like/Unlike a Tweet" module by clicking the plus symbol. Configure it by:
- Selecting "Like the tweet"
- Mapping the "Tweet ID" from the first module
Finally, set your scenario's schedule by clicking the clock icon on the first module. You can set frequencies from once per minute to once per month based on how often the account tweets.
Pro tip: For accounts that tweet frequently, set a higher number of tweets to watch and more frequent checks to ensure you catch all new posts.
2. Automatically Like Tweets Containing Keywords/Hashtags
Our second automation likes tweets based on content rather than the posting account. This is ideal for engaging with topics, trends, or branded hashtags.
Create a new scenario and select Twitter's "Search Tweets" module instead of "Watch tweets." Configure it with:
- Your Twitter connection
- The keywords/phrases/hashtags to monitor
- Number of tweets to check each run
- "Return full text" and "Include entities" both set to "Yes"
Add the "Like/Unlike a Tweet" module as before, mapping the Tweet ID from the search results. Set your preferred schedule frequency before activating.
This automation will now like any public tweet containing your specified terms, helping you automatically engage with relevant conversations.