π± Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation
β‘ 238 views Β· π± Social Media & Email Marketing
Description
Whoβs it for
Growth hackers, community builders, and marketers who want to keep their Twitter (X) accounts active by liking posts from selected profiles automatically.
How it works / What it does
- Schedule Trigger fires hourly.
- Profile Post Extractor fetches up to 20 tweets for each profile in your CSV.
- Select Cookie rotates Twitter session-cookies.
- Get Random Post checks against
twitter_posts_already_liked.csv. - Builds
twitter_posts_to_like.csv, uploads to SharePoint. - Phantombuster Autolike Agent likes the tweet.
- Logs the liked URL to avoid duplicates.
How to set up
- Add Phantombuster + SharePoint credentials.
- In SharePoint βPhantombusterβ folder:
β’twitter_session_cookies.txt
β’twitter_posts_already_liked.csv(headerpostUrl)
β’profiles_twitter.csv(list of profiles).
Profile CSV format
Your profiles_twitter.csv must contain a header profileUrl and direct links to the Twitter profiles. Example:
profileUrl
https://twitter.com/elonmusk
https://twitter.com/openai
## π Nodes Used
HTTP Request, Phantombuster, Schedule Trigger, AI Agent, OpenAI Chat Model, Convert to File
## π₯ Import
Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β Import from File**
[π Importing guide](../../../docs/importing-templates.md) Β· [π Credential setup](../../../docs/credential-setup.md)