Hi Guys
I am using the data scraping functionality in studio to scrape twitter messages. I got it to output the messages in a data table and I am using a for each row to process them one by one. I am using another tool to read the messages and classify it by it’s content. So basically this tool will process each row and determine what this message is describing. For example if one tweet was talking about cars. It will classify that tweet as a vechile tweet.
Basically my question is using the Data Scraping funcionality, is there a way to get the robot to repsond to specific tweets. For example if a tweet was about a vechile. The robot will reply to that tweet. To make this harder, I do not want to use any keywords from the tweet. I want to use my keywords from the classify tool. So I have CSV with some tweets and wrote the catergory next to it. So basically I want to go through the spreadsheet rows one by one. For each one that has the one vechile and respond to it.
I understand reading the excel and processing the rows. It’s the logic of checking that is confusing me. So I am sure, would you do a find element and then pass in the tweet message for each catergory.
Any ideas?