sehuatang-credit
v0.0.1
Published
sehuatang登录
Downloads
2
Readme
sehuatang-credit
sehuatang登录
install
npm i -g sehuatang-credit
run
# 立即刷分
sehuatang-credit username password
# 计划任务
(crontab -l 2>/dev/null; echo "59 */8+2 * * * sehuatang-credit username password") | crontab -
install node&npm on debian
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs