Giter Site home page Giter Site logo

haoyangmao's Introduction

使用方法

1、请确保你已经安装 python2.7

2、

git clone git@github.com:linjunzhu/smzdm_checkin_daily.git
cd smzdm_checking_daily

3、修改account.ini

# 可以写多个,同时签到
[user1]
username=iamusername@gmail.com
password=iampassword
[user2]
username=iamusername@gmail.com
password=iampassword

4、

python smzdm.py

此时登录「什么值得买」,你会看到已经签到成功了。

#每天自动执行 1、 确保你使用 Linux or Mac OSX 系统

2、

# 开始编辑自动执行脚本
crontab -e
# 在文件末尾添加(路径根据实际情况修改)
# 每天早上7点将进行签到
0 7 * * * /bin/sh /home/deployer/smzdm_checkin_daily/smzdm_execute.sh start
# 查看自动执行脚本
cdeployer@Xshare:~$ crontab -l
0 7 * * * /bin/sh /home/deployer/smzdm_checkin_daily/smzdm_execute.sh start

haoyangmao's People

Contributors

linjunzhu avatar lai-bluejay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.