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