/leadsub

Primary LanguageGo

leadsub

To build

$ go build

To run

$ go run leadsub

$ go build
$ ./leadsub

You'll need to populate Ids in a data/data.go file, and provide the necessary data.

const Ids = []string{"randomLeadUUID", "randomLeadID"}

You'll also need to create three values in env/env.go:

const PHP_SESSID = ""
const API_KEY = ""
const API_SECRET = ""