├── README.md ├── index.php ├── log ├── download.log └── weibo_id.log ├── phpsdk ├── callback.php ├── config.php ├── index.php ├── saetv2.ex.class.php ├── weibo_login.png └── weibolist.php └── start.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/index.php -------------------------------------------------------------------------------- /log/download.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /log/weibo_id.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /phpsdk/callback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/callback.php -------------------------------------------------------------------------------- /phpsdk/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/config.php -------------------------------------------------------------------------------- /phpsdk/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/index.php -------------------------------------------------------------------------------- /phpsdk/saetv2.ex.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/saetv2.ex.class.php -------------------------------------------------------------------------------- /phpsdk/weibo_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/weibo_login.png -------------------------------------------------------------------------------- /phpsdk/weibolist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/phpsdk/weibolist.php -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KJlmfe/Raspberry-Pi-Maid/HEAD/start.sh --------------------------------------------------------------------------------