I recently bought a Google Home assistant for my blind father in order to give him an easier access to the internet. But even though this assistant is very convenient for some tasks, there are some things more that I would like it to do. For example I would like it to be able to go on some news website, get the information needed and read them.
I’ve done some researches to see if it was possible, as far as I know, Google allow to create application for it’s assistant but those applications seems to be very machine learning oriented (for a chat bot for example). As my needs aren’t that sophisticated I wanted to know if there is a mean to execute simple scripts to do web scraping and get a response from the assistant.
For example I would only tell google “Ok Google, browse somenewswebsite.com” and the assistant would execute my given script somewebsite-scraper.py (for example) to fetch the data. So I wouldn’t need it to be trained to understand what I’ll tell it because my sentences would always be the same. So what I’m asking is if there a simple way to do it, or do I have no other choice than creating a dialogflow application ?
Thanks