The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Running PHP script
Hi ,
I have been using Rapidminer for a while and the tool has been very helpful. Recently I started using Rapidanalytics too. I have created a PHP script which reads the tweets based upon location (WOEID) into excel sheet or a database. So every time I want to read, I run the PHP script using the browser and the data gets collected. But I want to completely automate this process using RapidAnalytics. I want the script to run every 12 hrs or so and start reading automatically. The data keeps getting appended. Is there anyway I can do this using Rapidminer?
I tried to use Get Pages and Web Crawling Operator, but I was not able to read the tweet pages. For eg, this link http:\/\/twitter.com\/search?q=%23SaveOlympicWrestling
Anyhelp would be greatly appreciated.
Thanks,
Preethi
I have been using Rapidminer for a while and the tool has been very helpful. Recently I started using Rapidanalytics too. I have created a PHP script which reads the tweets based upon location (WOEID) into excel sheet or a database. So every time I want to read, I run the PHP script using the browser and the data gets collected. But I want to completely automate this process using RapidAnalytics. I want the script to run every 12 hrs or so and start reading automatically. The data keeps getting appended. Is there anyway I can do this using Rapidminer?
I tried to use Get Pages and Web Crawling Operator, but I was not able to read the tweet pages. For eg, this link http:\/\/twitter.com\/search?q=%23SaveOlympicWrestling
Anyhelp would be greatly appreciated.
Thanks,
Preethi
0
Answers
achieving the automated execution of your php script is easy: just create a RapidMiner process which uses a Get Page operator to load that script (that has the same effect as opening the script via the browser). Then schedule the process on RapidAnalytics to run every 12 hours.
Concerning the twitter feed: what does happen if you try to read? What exactly do you mean by "I was not able to read it"? And where to the backslashes in the URL come from? In this form the link is obviously indeed not valid
Best regards,
Marius
Thanks again...
Best regards!
~Marius