How I Replaced Buffer to Post in Twitter (With n8n)

Twitter. The Popular Microblogging & Social Networking Platform which has more active users. No matter what niche you’re into. There is always discussion going on Twitter.

But. I want to make use of it. And for weird reason I hate using Buffer.

Why limit our-self to some third party tool if we have God sent n8n?

Here is my use case:

I want to constantly share the articles with our users in Twitter. At the same time not with Buffer. Because buffer has limitation (It’s just a Scheduler)

So I built my own with n8n.

Nodes Used:

  • Cron (for Trigger)
  • Google Sheets (For Storing our Post Title, Link, Hashtag)
  • Function Node (with some code. To Pick Random Single Row from Google Sheet. YOU CAN COPY PASTE THE CODE)
  • Twitter Node (To Post a Tweet)

Here is how it looks like.

Short and Sweet Right?

And Have a look inside Google Sheets.

image

Here is how it works.

  • Cron Node will trigger at a time.
  • Google Node fetches all the row from Sheet
  • Function Node pick one row
  • Tweet Node post it

Easy right?

Bonus: In n8n you can change the timezone of your Workflow. You can pick the time according to your niche or business.

That’s it.

🎁 Workflow Code

Important:

  • You need Twitter API: http://developers.twitter.com/
  • Play safe with Twitter API
  • Make sure you have atleast 50-80 Rows in Google Sheets with Different Text and Hashtag

Please comment your Thoughts. (Helps to motivate me :heart:)

7 Likes

Thanks, @mcnaveen for making this. I’ve been planning to do something similar to this for a while now. I will try it out and share my feedback soon :slightly_smiling_face:

1 Like

Sure @harshil1712 bro :heart: n8n is fun.

Edit: Finally verified my n8n account. I’ll share more workflows soon.

3 Likes

I use the same to publish on LinkedIn, Facebook, … :slight_smile:

2 Likes

Very cool @mcnaveen ! This post made me think of Retool. We had an internal hackathon at n8n in December and I finally got to try it out with n8n. It’s is an awesome no-code tool for making frontend UIs for internal apps. We hacked a dashboard together in one day without any prior Retool experience (and consumed n8n workflows as a Restful API endpoint via the Webhook trigger node).

If at any point you want to make a lightweight front-end UI for this workflow, I recommend checking it out :slight_smile:

4 Likes

That’s Great @maxT n8n is really a game changer :heart:

Happy to be a Part of n8n user family :tada:

4 Likes

I love Retool, but that pricing kills a small business/startup. Would be great to see a Hackathon with UI Bakery and n8n, that would be a perfect marriage.

@Jorge_M have been meaning to check out UI Bakery (basically if it’s a no/lowcode FE tool then I wanna try it :grin:).

I am curious however, a quick glance at the pricing makes it seem very similar to Retool. Retool is essentially $10/mo vs. UI Bakery’s $7. Is that the pain point or are there useful features that UI Bakery provides at that price-point?

So far have only used Retool free plan as the latest dashboard I built is for ±2-3 team members to use.

Hey @maxT,
Retool out of the box has more features (But I know UI Bakery is making effort to add more stuff)
If I read the pricing correctly, the RETOOL at 10$, every user can still edit the app which removes the usage purpose as a frontend webapp. With UI Bakery 7$, I don’t think users can edit the APP. I will confirm with them anyway, as I am testing it currently.

1 Like

how? The api is unavailable to the public…

Hey @Alex_Yates,

Welcome to the Community :cake:

It could be that 2 years ago when the post was created the API was available.

2 Likes

thank you jon, I somehow stupidly missed the date it was posted, apologies about that.

Are you aware of any other integrations that allow for posting and other interactions with LinkedIn?

Twitter added a free API at some point: Getting Started with the Twitter API | Docs | Twitter Developer Platform

It’s basically write only though

Posting is still possible, but a bit more work, and there’s a limit to the number of messages you can share.

Here’s a good tutorial that explains all the steps. It’s in French, but the auto translate does a good job - it helped me through the process.

2 Likes

Thank you @bartv and if you have any questions, I’m available :slight_smile:

1 Like