API to control a NEST camera?

心已入冬 提交于 2021-02-08 07:24:30

问题


I am lost among the Google/NESt thing. looks like NEST-API has been discontinued, is there an alternative already? Is there an API available as of now to control a NEST camera? for iOS maybe? Python?


回答1:


https://github.com/gboudreau/nest-api

I was able to find an unofficial nest api that uses PHP.

https://github.com/yakushevichsv/NestCameras

Here's an example of somebody using the deprecated API. I'm not sure if this would still work, but it's worth a shot.

https://github.com/floydpink/daily-timelapse

Same deal here, maybe you could see if this still works.




回答2:


I've found this python package to control nest cameras called Python-Nest and it seems to be quite updated. Not as much as I like when Im' searching for a package to use, but I think this would be a good choice. It also supports asyncio.



来源:https://stackoverflow.com/questions/59060129/api-to-control-a-nest-camera

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!