本人小白, 大神轻喷, 可能有一堆 Bug, 能发现就尽量修复..
在造轮子过程中确实能学到不少东西....
Github: https://github.com/iyannik0215/V2EX-SIGN
V2EX-SIGN
V2EX Golang 版本的自动领取金币程序.
安装
方法一(源码安装)
go get github.com/iyannik0215/V2EX-SIGN
方法二(二进制下载)
使用
方法一
在可执行程序的同目录下创建 config.json 格式如下.
{
"user_name" : "user_name",
"user_passwd" : "user_passwd"
}
方法二
执行程序时附带 两个参数 -u=user_name -p=user_passwd
./V2EX-SIGN -u=user_name -p=user_passwd
效果如下
