mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Updates on Twitter-In node: 1. Node now takes topic string input rather than hard-coded 2. "Sticky" followers: If new input string suggests updates in handles to follow, creates "sticky" new intervals - meaning previously followed handles are maintained, new ones added 3. Node now takes refresh time as an input value, previously hardcoded at 60s
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
"copy-accessToken": "Create a new 'Access token & access token secret' and copy them",
|
||||
"access_key": "Access token",
|
||||
"access_secret": "Access token secret",
|
||||
"enter-id": "Set your Twitter ID"
|
||||
"enter-id": "Set your Twitter ID",
|
||||
"pollInterval": "Poll Interval"
|
||||
},
|
||||
"placeholder": {
|
||||
"for": "comma-separated words, @ids, #tags",
|
||||
"user": "comma-separated @twitter handles"
|
||||
"user": "comma-separated @twitter handles",
|
||||
"pollInterval": "Time in milliseconds, default 60000 (1 minute)"
|
||||
},
|
||||
"search": {
|
||||
"public": "all public tweets",
|
||||
|
||||
Reference in New Issue
Block a user