go-track
go-track copied to clipboard
URL monitor written in Go that integrates with Slack for notification purposes.
go-track
URL monitor written in Go.
@TODO
- Write tests
- Get urls from a txt-file etc.
Settings are set inside the .env file
SLACK_WEBHOOK_URL="https://hooks.slack.com/services/id"
REDIS_HOST="0.0.0.0"
REDIS_PASSWORD=""
URL's to ping
For the moment it's located in main.go
urls = []string{"https://www.google.com/urldoesntexist", "https://www.google.com/"}
Run
go run main.go