PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.95k stars 5.27k forks source link

[ACTION] Twitter - Unfollow #1299

Closed serhatakgl closed 2 years ago

serhatakgl commented 3 years ago

Steps.trigger new-unfollower-of-me

steps.twitter_unfollow_user But there is no unfollow user.

Can you add unfollow user? Or there is a like this but I don't know where.

dylburger commented 3 years ago

@serhatakgl thanks for the request! Did you know you can author your own actions on Pipedream, and publish them for anyone to use?

Are you comfortable with Node.js? You can take a look at the current Twitter actions for some examples. Let me know if you'd be interested in building this out - we're happy to support you.

Jordon-L commented 2 years ago

@dylburger I would like to try building this.

dylburger commented 2 years ago

@Jordon-L great! Let us know if you need any guidance with the component API.

Jordon-L commented 2 years ago

Sorry for the extra commits, first time contributing code to an open-source project. Is there a guideline I should follow for commit messages? I've noticed that everyone have the issue number inside round brackets.

dylburger commented 2 years ago

We don't have a strict convention for commit messages. We squash commits on merge, so I'll generally add a clear comment there (and I don't worry at all about commit messages while developing). In your case, you can just comment on the action you added, and that will be sufficient!

I saw the PR - thanks for getting that turned around so fast. It's at the top of our PRs to review.