mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
bump sentiment, rbe, email, feedparser, twitter, tail nodes
Locale files moved out
This commit is contained in:
@@ -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>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
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
</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:
|
||||
<ul><li>the public stream for tweets containing the configured search term</li>
|
||||
<li>tweets from accounts that the authenticated user follows</li>
|
||||
@@ -33,7 +33,7 @@
|
||||
rate limiting window.</p>
|
||||
</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>
|
||||
<h3>Inputs</h3>
|
||||
<dl class="message-properties">
|
||||
|
@@ -1,11 +1,11 @@
|
||||
<!-- 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>初期のバージョンのノードは、1クリック認証を提供していました。Twitterは、2018年6月にこの機能を削除しました。現在は、<a href="https://developer.twitter.com/">Twitter</a>に自身のアプリケーションを登録し、自身のaccess tokenを生成する必要があります。</p>
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="twitter in">
|
||||
<script type="text/html" data-help-name="twitter in">
|
||||
<p>twitter入力ノード。以下を検索するために利用します:
|
||||
<ul><li>指定した検索語を含む公開ストリームのツイート</li>
|
||||
<li>認証したユーザがフォローしているアカウントからのツイート</li>
|
||||
@@ -29,7 +29,7 @@
|
||||
<p><b>注:</b> 本ノードはTwitter APIの流量制限に依存します。本ノードは更新のために1分に1回、APIをポーリングします。もし、頻繁にデプロイする場合、この制限を超えることがあります。本ノードは、流量制限がなくなるまで自動的にポーリングを遅延させます。</p>
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="twitter out">
|
||||
<script type="text/html" data-help-name="twitter out">
|
||||
<p>ツイートやダイレクトメッセージを送信します。</p>
|
||||
<h3>入力</h3>
|
||||
<dl class="message-properties">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-twitter",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"description": "A Node-RED node to talk to Twitter",
|
||||
"dependencies": {
|
||||
"twitter-ng": "0.6.2",
|
||||
|
Reference in New Issue
Block a user