Page 309 - 2
P. 309
title: "New York Times",
url: "http://www.nytimes.com/services/xml/rss/nyt
/HomePage.xml"
}
],
showSourceTitle: true,
showPublishDate: true
}
},
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
npm start // 스마트미러 프로그램 실행
다 음성인식 프로그램 라즈베리파이 소스.
sudo apt-get install python-dev python-virtualenv
virtualenv env --no-site-packages
env/bin/python -m pip install --upgrade pip setuptools
source env/bin/activate
python -m pip install --upgrade google-assistant-library
python -m pip install --upgrade google-auth-oauthlib[tool]
google-oauthlib-tool --client-secrets /path/to/client_secret_client-id.json --scope https://www.go
ogleapis.com/auth/assistant-sdk-prototype --save --headless
source env/bin/activate
- 309 -