mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump sentiment, rbe, email, feedparser, twitter, tail nodes
Locale files moved out
This commit is contained in:
parent
870a2146c0
commit
3d60aa4c00
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="sentiment">
|
<script type="text/html" data-help-name="sentiment">
|
||||||
<p>Analyses the chosen property, default <code>payload</code>, and adds a <code>sentiment</code> object.</p>
|
<p>Analyses the chosen property, default <code>payload</code>, and adds a <code>sentiment</code> object.</p>
|
||||||
<h3>Outputs</h3>
|
<h3>Outputs</h3>
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="sentiment">
|
<script type="text/html" data-help-name="sentiment">
|
||||||
<p>指定したプロパティ(デフォルトは<code>payload</code>)を分析し、<code>sentiment</code>オブジェクトを追加します。</p>
|
<p>指定したプロパティ(デフォルトは<code>payload</code>)を分析し、<code>sentiment</code>オブジェクトを追加します。</p>
|
||||||
<h3>出力</h3>
|
<h3>出力</h3>
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-sentiment",
|
"name" : "node-red-node-sentiment",
|
||||||
"version" : "0.1.4",
|
"version" : "0.1.5",
|
||||||
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
|
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"sentiment" : "2.1.0"
|
"sentiment" : "2.1.1"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="rbe">
|
<script type="text/html" data-help-name="rbe">
|
||||||
<p>Report by Exception node - only passes on data if the payload has changed.</p>
|
<p>Report by Exception node - only passes on data if the payload has changed.</p>
|
||||||
<p>It can also block until the value changes by a specified amount - deadband modes.</p>
|
<p>It can also block until the value changes by a specified amount - deadband modes.</p>
|
||||||
<h3>Inputs</h3>
|
<h3>Inputs</h3>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/467907776088422882076f46d85e25601449564d -->
|
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/467907776088422882076f46d85e25601449564d -->
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="rbe">
|
<script type="text/html" data-help-name="rbe">
|
||||||
<p>Report by Exception(例外データの報告)ノード - ペイロードの値が変化した場合だけデータを送信。</p>
|
<p>Report by Exception(例外データの報告)ノード - ペイロードの値が変化した場合だけデータを送信。</p>
|
||||||
<p>値が指定した量変化するまでブロックすることもできます- 不感帯(deadband)モード。</p>
|
<p>値が指定した量変化するまでブロックすることもできます- 不感帯(deadband)モード。</p>
|
||||||
<h3>入力</h3> <dl class="message-properties">
|
<h3>入力</h3> <dl class="message-properties">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-rbe",
|
"name" : "node-red-node-rbe",
|
||||||
"version" : "0.2.5",
|
"version" : "0.2.6",
|
||||||
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
|
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
@ -46,11 +46,11 @@
|
|||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
"multilang-sentiment": "^1.2.0",
|
"multilang-sentiment": "^1.2.0",
|
||||||
"ngeohash": "^0.6.3",
|
"ngeohash": "^0.6.3",
|
||||||
"node-red": "~1.0.2",
|
"node-red": "^1.0.3",
|
||||||
"node-red-node-test-helper": "~0.2.3",
|
"node-red-node-test-helper": "~0.2.3",
|
||||||
"nodemailer": "^6.3.1",
|
"nodemailer": "^6.4.0",
|
||||||
"poplib": "^0.1.7",
|
"poplib": "^0.1.7",
|
||||||
"proxyquire": "~2.1.3",
|
"proxyquire": "^2.1.3",
|
||||||
"pushbullet": "^2.4.0",
|
"pushbullet": "^2.4.0",
|
||||||
"sentiment": "^2.1.0",
|
"sentiment": "^2.1.0",
|
||||||
"should": "^13.2.3",
|
"should": "^13.2.3",
|
||||||
@ -59,6 +59,6 @@
|
|||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="e-mail">
|
<script type="text/html" data-help-name="e-mail">
|
||||||
<p>Sends the <code>msg.payload</code> as an email, with a subject of <code>msg.topic</code>.</p>
|
<p>Sends the <code>msg.payload</code> as an email, with a subject of <code>msg.topic</code>.</p>
|
||||||
<p>The default message recipient can be configured in the node, if it is left
|
<p>The default message recipient can be configured in the node, if it is left
|
||||||
blank it should be set using the <code>msg.to</code> property of the incoming message. If left blank
|
blank it should be set using the <code>msg.to</code> property of the incoming message. If left blank
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<p>Note: uses SMTP with SSL to port 465.</p>
|
<p>Note: uses SMTP with SSL to port 465.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="e-mail in">
|
<script type="text/html" data-help-name="e-mail in">
|
||||||
<p>Repeatedly gets emails from an IMAP server and forwards on as a msg if not already seen.</p>
|
<p>Repeatedly gets emails from an IMAP server and forwards on as a msg if not already seen.</p>
|
||||||
<p>The subject is loaded into <code>msg.topic</code> and <code>msg.payload</code> is the plain text body.
|
<p>The subject is loaded into <code>msg.topic</code> and <code>msg.payload</code> is the plain text body.
|
||||||
If there is text/html then that is returned in <code>msg.html</code>. <code>msg.from</code> and <code>msg.date</code> are also set if you need them.</p>
|
If there is text/html then that is returned in <code>msg.html</code>. <code>msg.from</code> and <code>msg.date</code> are also set if you need them.</p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/45e4c6d9d44b4e62b4be6b3e04728ebe306579f2 -->
|
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/45e4c6d9d44b4e62b4be6b3e04728ebe306579f2 -->
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="e-mail">
|
<script type="text/html" data-help-name="e-mail">
|
||||||
<p><code>msg.payload</code>をemailとして送信します。件名は<code>msg.topic</code>で指定します。</p>
|
<p><code>msg.payload</code>をemailとして送信します。件名は<code>msg.topic</code>で指定します。</p>
|
||||||
<p>メッセージの受信者のデフォルトはノードに設定できます。空のままとした場合は、入力メッセージの<code>msg.to</code>を設定します。<code>msg.cc</code>や<code>msg.bcc</code>や<code>msg.replyTo</code>や<code>msg.inReplyTo</code>や<code>msg.references</code>プロパティを設定することもできます。</p>
|
<p>メッセージの受信者のデフォルトはノードに設定できます。空のままとした場合は、入力メッセージの<code>msg.to</code>を設定します。<code>msg.cc</code>や<code>msg.bcc</code>や<code>msg.replyTo</code>や<code>msg.inReplyTo</code>や<code>msg.references</code>プロパティを設定することもできます。</p>
|
||||||
<p><code>msg.from</code>を指定すると、<code>ユーザID</code>のデフォルト値を上書きできます。</p>
|
<p><code>msg.from</code>を指定すると、<code>ユーザID</code>のデフォルト値を上書きできます。</p>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<p>注: SMTP over SSLを465番ポートで利用。</p>
|
<p>注: SMTP over SSLを465番ポートで利用。</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="e-mail in">
|
<script type="text/html" data-help-name="e-mail in">
|
||||||
<p>IMAPサーバから<b>emailを一件</b>取得し、メッセージとして転送する処理を繰り返します。</p>
|
<p>IMAPサーバから<b>emailを一件</b>取得し、メッセージとして転送する処理を繰り返します。</p>
|
||||||
<p>件名を<code>msg.topic</code>に、テキスト形式のメッセージ本体を<code>msg.payload</code>に設定します。text/htmlがあれば、<code>msg.html</code>に設定します。<code>msg.from</code>と<code>msg.date</code>を必要に応じて設定します。</p>
|
<p>件名を<code>msg.topic</code>に、テキスト形式のメッセージ本体を<code>msg.payload</code>に設定します。text/htmlがあれば、<code>msg.html</code>に設定します。<code>msg.from</code>と<code>msg.date</code>を必要に応じて設定します。</p>
|
||||||
<p>さらに、<code>msg.header</code>からヘッダオブジェクトを参照できます。ヘッダオブジェクトは<i>to</i>や<i>cc</i>他の有用なプロパティを含んでいます。</p>
|
<p>さらに、<code>msg.header</code>からヘッダオブジェクトを参照できます。ヘッダオブジェクトは<i>to</i>や<i>cc</i>他の有用なプロパティを含んでいます。</p>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"description": "Node-RED nodes to send and receive simple emails",
|
"description": "Node-RED nodes to send and receive simple emails",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"mailparser": "^2.7.6",
|
"mailparser": "^2.7.6",
|
||||||
"nodemailer": "^6.3.1",
|
"nodemailer": "^6.4.0",
|
||||||
"poplib": "^0.1.7"
|
"poplib": "^0.1.7"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="feedparse">
|
<script type="text/html" data-help-name="feedparse">
|
||||||
<p>Monitors an RSS/atom feed for new entries.</p>
|
<p>Monitors an RSS/atom feed for new entries.</p>
|
||||||
<p>The <code>msg.topic</code> contains the original article link. The <code>msg.payload</code>
|
<p>The <code>msg.topic</code> contains the original article link. The <code>msg.payload</code>
|
||||||
contains the description, and <code>msg.article</code> contains the complete article object,
|
contains the description, and <code>msg.article</code> contains the complete article object,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="feedparse">
|
<script type="text/html" data-help-name="feedparse">
|
||||||
<p>RSS/atomに対する新規エントリのフィードをモニタします。</p>
|
<p>RSS/atomに対する新規エントリのフィードをモニタします。</p>
|
||||||
<p><code>msg.topic</code>に元記事のリンク、<code>msg.payload</code>に説明、<code>msg.article</code>に記事オブジェクトを設定します。記事オブジェクトは、<code>.title</code>、<code>.summary</code>、<code>.date</code>などのプロパティを含みます。</p>
|
<p><code>msg.topic</code>に元記事のリンク、<code>msg.payload</code>に説明、<code>msg.article</code>に記事オブジェクトを設定します。記事オブジェクトは、<code>.title</code>、<code>.summary</code>、<code>.date</code>などのプロパティを含みます。</p>
|
||||||
<p>更新頻度を35790分(約24.8日)より大きくすることはできません。</p>
|
<p>更新頻度を35790分(約24.8日)より大きくすることはできません。</p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-feedparser",
|
"name": "node-red-node-feedparser",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"description": "A Node-RED node to get RSS Atom feeds.",
|
"description": "A Node-RED node to get RSS Atom feeds.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"feedparser": "^2.2.9",
|
"feedparser": "^2.2.9",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="twitter-credentials">
|
<script type="text/html" data-help-name="twitter-credentials">
|
||||||
<p>Authentication for the Twitter API</p>
|
<p>Authentication for the Twitter API</p>
|
||||||
<p>Earlier versions of this node provided one-click authentication. Twitter removed the ability
|
<p>Earlier versions of this node provided one-click authentication. Twitter removed the ability
|
||||||
to do that in June 2018. You must now register your own application with
|
to do that in June 2018. You must now register your own application with
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="twitter in">
|
<script type="text/html" data-help-name="twitter in">
|
||||||
<p>Twitter input node. Can be used to search either:
|
<p>Twitter input node. Can be used to search either:
|
||||||
<ul><li>the public stream for tweets containing the configured search term</li>
|
<ul><li>the public stream for tweets containing the configured search term</li>
|
||||||
<li>tweets from accounts that the authenticated user follows</li>
|
<li>tweets from accounts that the authenticated user follows</li>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
rate limiting window.</p>
|
rate limiting window.</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="twitter out">
|
<script type="text/html" data-help-name="twitter out">
|
||||||
<p>Send tweets and direct messages.</p>
|
<p>Send tweets and direct messages.</p>
|
||||||
<h3>Inputs</h3>
|
<h3>Inputs</h3>
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/425f5c151fa35b8f4a4df3956fbc3ac07e74f195 -->
|
<!-- Source revision: https://github.com/node-red/node-red-nodes/commit/425f5c151fa35b8f4a4df3956fbc3ac07e74f195 -->
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="twitter-credentials">
|
<script type="text/html" data-help-name="twitter-credentials">
|
||||||
<p>Twitter APIの認証</p>
|
<p>Twitter APIの認証</p>
|
||||||
<p>初期のバージョンのノードは、1クリック認証を提供していました。Twitterは、2018年6月にこの機能を削除しました。現在は、<a href="https://developer.twitter.com/">Twitter</a>に自身のアプリケーションを登録し、自身のaccess tokenを生成する必要があります。</p>
|
<p>初期のバージョンのノードは、1クリック認証を提供していました。Twitterは、2018年6月にこの機能を削除しました。現在は、<a href="https://developer.twitter.com/">Twitter</a>に自身のアプリケーションを登録し、自身のaccess tokenを生成する必要があります。</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="twitter in">
|
<script type="text/html" data-help-name="twitter in">
|
||||||
<p>twitter入力ノード。以下を検索するために利用します:
|
<p>twitter入力ノード。以下を検索するために利用します:
|
||||||
<ul><li>指定した検索語を含む公開ストリームのツイート</li>
|
<ul><li>指定した検索語を含む公開ストリームのツイート</li>
|
||||||
<li>認証したユーザがフォローしているアカウントからのツイート</li>
|
<li>認証したユーザがフォローしているアカウントからのツイート</li>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<p><b>注:</b> 本ノードはTwitter APIの流量制限に依存します。本ノードは更新のために1分に1回、APIをポーリングします。もし、頻繁にデプロイする場合、この制限を超えることがあります。本ノードは、流量制限がなくなるまで自動的にポーリングを遅延させます。</p>
|
<p><b>注:</b> 本ノードはTwitter APIの流量制限に依存します。本ノードは更新のために1分に1回、APIをポーリングします。もし、頻繁にデプロイする場合、この制限を超えることがあります。本ノードは、流量制限がなくなるまで自動的にポーリングを遅延させます。</p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="twitter out">
|
<script type="text/html" data-help-name="twitter out">
|
||||||
<p>ツイートやダイレクトメッセージを送信します。</p>
|
<p>ツイートやダイレクトメッセージを送信します。</p>
|
||||||
<h3>入力</h3>
|
<h3>入力</h3>
|
||||||
<dl class="message-properties">
|
<dl class="message-properties">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-twitter",
|
"name": "node-red-node-twitter",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "A Node-RED node to talk to Twitter",
|
"description": "A Node-RED node to talk to Twitter",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"twitter-ng": "0.6.2",
|
"twitter-ng": "0.6.2",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script type="text/x-red" data-help-name="tail">
|
<script type="text/html" data-help-name="tail">
|
||||||
<p>Tails (watches for things to be added) to the configured file.</p>
|
<p>Tails (watches for things to be added) to the configured file.</p>
|
||||||
<p>Note: On Windows you may need to close the file between writes for any updates to be registered.</p>
|
<p>Note: On Windows you may need to close the file between writes for any updates to be registered.</p>
|
||||||
<h3>Input</h3>
|
<h3>Input</h3>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="tail">
|
<script type="text/html" data-help-name="tail">
|
||||||
<p>設定したファイルの末尾を出力(追加されたデータを監視)します.</p>
|
<p>設定したファイルの末尾を出力(追加されたデータを監視)します.</p>
|
||||||
<p>注: Windowsでは、追加されたデータを出力するには、書き込みと書き込みの間にファイルを閉じる必要があります。</p>
|
<p>注: Windowsでは、追加されたデータを出力するには、書き込みと書き込みの間にファイルを閉じる必要があります。</p>
|
||||||
<h3>出力</h3>
|
<h3>出力</h3>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "A node to tail files for Node-RED",
|
"description": "A node to tail files for Node-RED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tail": "^2.0.2"
|
"tail": "^2.0.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user