/go-tvscanner

Trading view scanner api client

Primary LanguageGo

go-tvscanner

TradingView scanner api client

Usage

package main

import (
	scanner "github.com/dematron/go-tvscanner"

	"fmt"
)


func main() {
	fmt.Println("Starting")
	cl := scanner.New()
	cl.GetAnalysis("crypto", "BITTREX", "BTCUSD", "1h")
}