Skip to main content

Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation

Workflow preview

Workflow preview
100%
Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 1...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.microsoftsharepoint, n8n-nodes-base.phantombuster, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by plemeo.

Original n8n.io source

1.1 Workflow description

Title
Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation
Workflow name
Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation

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

  1. Schedule Trigger fires hourly.
  2. Profile Post Extractor fetches up to 20 tweets for each profile in your CSV.
  3. Select Cookie rotates Twitter session-cookies.
  4. Get Random Post checks against twitter_posts_already_liked.csv.
  5. Builds twitter_posts_to_like.csv, uploads to SharePoint.
  6. Phantombuster Autolike Agent likes the tweet.
  7. 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 (header postUrl)
    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

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Wait1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 2 - Get Random Post

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Create CSV Binary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Upload CSV

Type / Role
n8n-nodes-base.microsoftSharePoint - microsoftSharePoint
Config choices
Version 1

Block 5 - Get Response

Type / Role
n8n-nodes-base.phantombuster - phantombuster
Config choices
Version 1

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Get Autoliking Agent

Type / Role
n8n-nodes-base.phantombuster - phantombuster
Config choices
Version 1

Block 9 - Launch AL Agent

Type / Role
n8n-nodes-base.phantombuster - phantombuster
Config choices
Version 1

Block 10 - Set ENV Variables

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 12 - Update file

Type / Role
n8n-nodes-base.microsoftSharePoint - microsoftSharePoint
Config choices
Version 1

Block 13 - Download file

Type / Role
n8n-nodes-base.microsoftSharePoint - microsoftSharePoint
Config choices
Version 1

Block 14 - Check if in List

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - Wait2

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 17 - Prepare Updated Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 19 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 20 - Get Available Session Cookies

Type / Role
n8n-nodes-base.microsoftSharePoint - microsoftSharePoint
Config choices
Version 1

Block 21 - Extract Cookies

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 22 - Select Cookie

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 23 - OpenAI Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 24 - Get Profile Extractor Agent

Type / Role
n8n-nodes-base.phantombuster - phantombuster
Config choices
Version 1

Showing the first 24 of 37 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation
Complexity advanced
Nodes 37
Categories Social Media
Author plemeo
Published 16 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8630/8630.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Auto-like tweets from selected profiles with Phantombuster & SharePoint AI rotation do?

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 1...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.