Hey guys!
I am new in Node-Red programming. I need you help! I want to create a basic Twitter bot that responses the reversed text from the a tweet. The basic things works like sending the same message back. The problem comes when it goes to reverse the text. I use this node-red-contrib-reverse (node) - Node-RED for reversing it. The point is every time I reverse it, It gives me errors, it send me things like [object, Object] or on the reversed part is the username (like elloH stest@).
I don't know what I should do...
Here is my code:
I use for Twitter this: node-red-node-twitter (node) - Node-RED
I just want a basic bot that responses to certain people with the reversed text from their tweet. Like:
personxyz hello!
Bot: !olleh
Please explain the solution noob friendly, so I can understand!