Want to automate tweets & BlueSky posts without doing it manually? This tutorial walks you through how to schedule & auto-post on Twitter (X) and BlueSky using Make.com—even though BlueSky doesn’t have a built-in module! Perfect for social media managers, content creators, and entrepreneurs who want to save time and streamline their posting workflow. ⏳⚡
🔹 What You’ll Learn in This Video:
✅ Schedule Twitter (X) posts automatically 📅
✅ How to post to BlueSky (even without a module!)
✅ Google Sheets automation for content scheduling
✅ Step-by-step guide for beginners
Chapters:
📌 0:00 - Introduction: Automate Your Social Media Posting
Tired of manually posting on Twitter (X) and BlueSky? Learn how to automate your posts using Make.com and streamline your social media workflow.
📌 1:10 - Setting Up Your Google Sheets for Automation
Before automating, organize your content in Google Sheets. Learn how to structure your sheet for seamless integration with Make.com.
📌 5:13 - Automating Twitter (X) Posts with Make.com
Step-by-step guide on connecting Twitter (X) to Make.com, obtaining API credentials, and automating post scheduling.
📌 11:38 - Automating BlueSky Posts (Without a Module!)
BlueSky doesn’t have a Make.com module, but we’ll work around it using HTTP requests. Learn how to post to BlueSky automatically with custom API calls.
📌 18:25 - Testing & Troubleshooting Your Automation
Let’s run our automation! Watch as we test posts to Twitter (X) and BlueSky and fix common setup issues.
📌 19:15 - Final Thoughts & Next Steps
Your posts are now automated! 🎉 Explore how to expand this workflow to other platforms like LinkedIn and Instagram. Plus, leave a comment with what you’d like to automate next!
📌 Resources & Links Mentioned:
🔗 View the Make.com scenario → https://drive.google.com/file/d/1s_HFgrbSDPkq-B7JHM9MU1Q1VA39GeT_/view?usp=sharing
🔗 Twitter API setup guide → https://www.make.com/en/help/app/twitter
🔗 BlueSky API setup guide
Step 1: Http Make a request - Get DID (Method: Get)
Use the following URL: https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=[Your Full Handle]
Step 2: Http Make a request - Make API Call (Method: Post)
Use the following URL: https://bsky.social/xrpc/com.atproto.server.createSession
Enter this
{
"identifier": "{{7.data.did}}",
"password": "[your app password]"
}
Step 3: Http Make a request - Post to Bluesky (Method: Post)
Use the following URL: https://bsky.social/xrpc/com.atproto.repo.createRecord
Name: Authorization
Value: Bearer AccessJwt (this is from step 2 output)
Request content:
{
"collection": "app.bsky.feed.post",
"repo": "[Your Full Handle]",
"record": {
"$type": "app.bsky.feed.post",
"text": "[Your Text Here]",
"createdAt": "{{formatDate(now; "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}}"
}
}
📢 Watch Next:
👉 Convert Long-Form Content to Short-Form Automatically → https://youtu.be/vEGsxTgdeKE
💬 Love automation? Drop a ‘🔥’ in the comments if this was helpful & let me know what platform I should automate next!
👍 LIKE & SUBSCRIBE for more no-code automation tutorials!
#TwitterAutomation #BlueSky #SocialMediaAutomation #AutoPostTweets #MakeDotCom #NoCode #ProductivityTools #twitterbot
🚀 Tools I Recommend (Affiliate Links):
- Start using Make.com https://www.make.com/en/register?pc=nictheexplorer for powerful automation.
- Try ElevenLabs https://try.elevenlabs.io/hgvgya62pqpo for AI voiceovers.
Follow me on X (formerly Twitter): https://x.com/TailrMadeAI
Follow me on BlueSky: https://bsky.app/profile/tailr-made.bsky.social