Skip to content

Commit 33163de

Browse files
authored
update to hashtag sample to be generic
1 parent 8d4bc55 commit 33163de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labs/twitter-tone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The first time you use a `twitter` node, the application will need to be authori
5757
1. click `Add`
5858
1. click `Done` and you're good to go with Twitter integration.
5959

60-
For this Lab we will use **#LinuxingInLondon** as the Twitter topic to monitor.
60+
For this Lab we will use **#< your-event-hash-tag >** as the Twitter topic to monitor.
6161

62-
Since this topic is VERY active at the moment, we have to avoid the flood of the incoming tweets overwhelming the Node-RED instance. Add a `delay` node after the `twitter` node and setting the node action to “Limit rate to” 1 message per 1 seconds - this should leave sufficient time for the Watson Tone Analyzer service to handle each request.
62+
Since this topic is likely to be VERY active, we have to avoid the flood of the incoming tweets overwhelming the Node-RED instance. Add a `delay` node after the `twitter` node and setting the node action to “Limit rate to” 1 message per 1 seconds - this should leave sufficient time for the Watson Tone Analyzer service to handle each request.
6363

6464
You will need to fill in the service credentials (username and password) from the Watson Tone Analyzer service that you created earlier.
6565

0 commit comments

Comments
 (0)