For those who have a passion for contribution vim supported
Install Golang Install Packages
go get "github.com/gizak/termui/v3"
go get "github.com/andybrewer/mack"
Set path to your erxes project
const (
Erxes = "path/to/erxes"
ErxesAPI = "path/to/erxes-api"
ErxesIntegrations = "path/to/erxes-integrations"
)
# Replace with your daily report website
_, err := mack.Tell(browser, `open location "https://trello.com/"`)
cd path/to/erxes-automation-contributors/src
go run main.go