01-20-2018 04:59 PM
Hi guys,
I would like to attempt a to make a crappy version of Siri/Alexa in labVIEW.
Does anyone know where I would begin when it comes to grabbing data from a google search with LabVIEW?
Another variant to this question can be, how can I read words that are contained within a website through LabVIEW?
Solved! Go to Solution.
01-22-2018 09:51 AM
There's a few ways to do this but know this is against Google's terms of use. Here is one such discussion. Google may block your IP from their services, or more likely throw up Captcha images to prove you are a human (your program is not). I have some code that does use Google searches and the I'm Feeling Lucky feature to get me to the page I want (hopefully) and every so often I get a Captcha which I detect and then have to answer manually. I don't do this for much data and not very often but Google likely knows I'm using their services improperly.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-25-2018 04:17 PM
Awesome! Thank you very much.