windviki(at)gmail.com
-
copy index.wsgi, config.yaml, xiami.py to your SAE SVN dir.
-
modify SAE name, email address and password in index.wsgi.
-
modify users_info in xiami.py (your xiami accout and password).
-
upload it to SAE. it will do checkin task everyday and send result to your mail.
-
modify users_info in xiami.py (your xiami accout and password).
-
python xiami.py to run it.
Deprecated. No update any more.
-
rename config_template.txt to config.txt and set your username(email) and password. As for multiple accouts, please split them with ','. So that your password cannot contain a ',' :-(.
-
type command in shell or in cmd: python xiami_auto_checkin.py to run script in loop mode (e.g. use nohup to run it on a *nux server). It will login and check in everyday automatically.
-
type command in shell or in cmd: python xiami_auto_checkin.py -q to run script in single-pass mode. It will login and check in, then quit.
Deprecated. No update any more.
打包好的exe版本使用方法(win7,开机自启动,签到一次则退出):
-
解压到任意目录。
-
拷贝dist目录下的config.txt到上层目录。即loop.bat和once.bat目录。
-
在config.txt里面修改好自己的用户名密码。需要签到的只有一个账户,则可以只写一个。多个则用","隔开。
-
右击once.bat,创建快捷方式。
-
剪切该快捷方式到: C:\Users<你的windows用户名>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup