node-red / node-red/node-red-nodes

Node-red-node-twitter retweet support

Open
#834 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.1k
Forks
612
Avg merge
13h 57m
Merged PRs (30d)
3

Description

Hi, the node-red-node-twitter is not supporting retweets, since it uses /statuses/update.json, and the retweet is done by statuses/retweet/:id.

I want to create a PR to add this support. I think since it is a different interface- it needs only the tweet id to retweet it, I will create a new node for it.

Or maybe the preferred way is to implement it inside the Twitter Out node?

WDYT?

I asked in the forum, but no answers there.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in social/twitter/27-twitter.js around the use of /statuses/update.json, then compare it with the statuses/retweet/:id endpoint linked in the issue. Clarify whether retweeting belongs in a new node or the Twitter Out node; done means node-red-node-twitter supports retweets using the tweet ID.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.