/ss-panel-checkin

golang实现的ss-panel自动签到

Primary LanguageGo

sspanel_checkin

Requirements

  • Golang with $GOPATH set to your preferred directory

Build

  1. Get source code
$ git clone https://github.com/iczc/ss-panel-checkin.git $GOPATH/src/github.com/iczc/ss-panel-checkin

or

$ go get github.com/iczc/ss-panel-checkin
  1. Compile the project
cd $GOPATH/src/github.com/iczc/ss-panel-checkin
go build

Usage

./ss-panel-checkin -host <host> -email <email> -passwd <password>