Scheduled Instagram auto-liker with Phantombuster, GPT-4o & cookie rotation
Who’s it for Social-media managers and brands that want to keep their Instagram accounts active by automatically liking fresh posts under selected hashtags—hands-free and rate-limited. How it works / What it does Schedule Trigger runs every 2 hours at a specified minute. Select Cookie chooses a rotating Instagram session-cookie (time-slice logic). Generate Random Hashtag (GPT-4o) outputs a realistic AI/BPA hashtag. Instagram Hashtag Agent (Phantombuster) scrapes up to ENVMAXPOSTSPERHASHTAG recent posts. Get Random Post selects one; duplicate checker ensures it hasn’t been liked before (SharePoint CSV). Builds instagrampoststo_like.csv, uploads to SharePoint, then launches the Auto-like Agent which likes the post. Post URL is appended to instagrampostsalready_liked.csv to avoid duplicates. Wait nodes throttle launches to ~12 likes per profile daily. How to set up Add credentials: Phantombuster API, SharePoint OAuth2, OpenAI API key. In SharePoint › “Phantombuster” folder create: • instagramsessioncookies.txt – one cookie per line. • instagrampostsalready_liked.csv with header postUrl. Adjust Set ENV Variables to change max posts per scrape. Activate the workflow; it will like one post every 2 hours. Requirements n8n 1.33 + Phantombuster Growth plan (API access) OpenAI account Microsoft 365 SharePoint tenant How to customize Target a different niche: edit hashtag prompt in Generate Random Hashtag. Like more posts: raise ENVMAXPOSTSPERHASHTAG, numberOfPostsPerLaunch, or schedule frequency. Replace SharePoint with Drive/Dropbox by swapping storage nodes.
Generate custom AI avatars with Babysea Babyavatar via Replicate API
This workflow provides automated access to the Babysea Babyavatar AI model through the Replicate API. It saves you time by eliminating the need to manually interact with AI models and provides a seamless integration for other generation tasks within your n8n automation workflows. Overview This workflow automatically handles the complete other generation process using the Babysea Babyavatar model. It manages API authentication, parameter configuration, request processing, and result retrieval with built-in error handling and retry logic for reliable automation. Model Description: BabyAvatar - Create Stunning AI Avatars in Seconds Key Capabilities Specialized AI model with unique capabilities Advanced processing and generation features Custom AI-powered automation tools Tools Used n8n: The automation platform that orchestrates the workflow Replicate API: Access to the Babysea/babyavatar AI model Babysea Babyavatar: The core AI model for other generation Built-in Error Handling: Automatic retry logic and comprehensive error management How to Install Import the Workflow: Download the .json file and import it into your n8n instance Configure Replicate API: Add your Replicate API token to the 'Set API Token' node Customize Parameters: Adjust the model parameters in the 'Set Other Parameters' node Test the Workflow: Run the workflow with your desired inputs Integrate: Connect this workflow to your existing automation pipelines Use Cases Specialized Processing: Handle specific AI tasks and workflows Custom Automation: Implement unique business logic and processing Data Processing: Transform and analyze various types of data AI Integration: Add AI capabilities to existing systems and workflows Connect with Me Website: https://www.nofluff.online YouTube: https://www.youtube.com/@YaronBeen/videos LinkedIn: https://www.linkedin.com/in/yaronbeen/ Get Replicate API: https://replicate.com (Sign up to access powerful AI models) n8n automation ai replicate aiautomation workflow nocode aiprocessing dataprocessing machinelearning artificialintelligence aitools automation digitalart contentcreation productivity innovation
Analyze competitor visual content across Instagram and TikTok with GPT-4o Vision
Who Is This For Marketing teams, social media managers, and brand strategists who want to understand competitor visual strategies across multiple platforms. Perfect for agencies managing multiple client accounts or brands looking to benchmark their visual content. What This Template Does This workflow automates competitive visual intelligence gathering across Instagram and TikTok using AI-powered image analysis: Collects recent posts from your account and up to 3 competitors via a simple form interface Routes content to appropriate Apify scrapers based on selected platforms Filters and processes image content from scraped posts Analyzes each image using GPT-4o Vision to extract color palettes, composition styles, mood/emotion, and text design elements Generates a comprehensive competitive analysis report with actionable recommendations Logs all analysis results to Google Sheets for historical tracking Requirements Apify account with API access (for Instagram and TikTok scraping) OpenAI API key with GPT-4o access Google Sheets connected for logging results How to Set Up Configure Apify credentials: Connect your Apify account in the credential settings Add OpenAI API key: Enter your API key in the "Workflow Configuration" node (replace YOUROPENAIAPI_KEY) Set up Google Sheets: Create a new spreadsheet with columns: timestamp, ownaccount, competitors, platforms, postsanalyzed, summary Update the "Log Results to Google Sheets" node with your document ID Activate the workflow and access the form via the provided webhook URL How to Customize Adjust analysis depth: Modify the postsCount variable to analyze more or fewer posts per account Customize AI prompts: Edit the prompt in "Analyze Images with GPT-4o Vision" to extract different visual attributes Add more platforms: Extend the Platform Router to include additional social networks Change report format: Modify the prompt in "Generate Competitive Analysis Report" for different output structures