Bootstrap

远程控制mac

https://chatbotslife.com/remote-controlling-macos-with-a-python-telegram-bot-d656d2e00226

这篇文章的作者实现了用一个python脚本,对mac进行远程控制。摘录一些有意思的东西:
- telegram: https://telegram.org/ 一个通信工具,可以实现类似微信的功能,也类似环信,提供多平台的客户端,还提供API,方便实现bot
- python-telegram-bot: https://github.com/python-telegram-bot/python-telegram-bot telegram的python包,可以用来实现bot
- osascript: mac os上的命令行工具,可以用来执行applescript
- pmset, brightness: mac os命令行工具
- icalBuddy: http://hasseg.org/icalBuddy/ 命令行工具,用来操作mac的日历数据库,http://hasseg.org/calStoreHelper/ python接口

;