go - Parsing S&P 500 Data from Wikipedia in GoLang -
i trying figure out how parse table of s&p 500 stock page: https://en.wikipedia.org/wiki/list_of_s%26p_500_companies.
python has nice libraries lxml take care of i'm trying same thing in golang. have looked making requests "net/http" not sure how perform actual parsing.
thank you.
i'd use lib: https://github.com/puerkitobio/goquery
it gives easy use jquery selectors.
i made example data: http://play.golang.org/p/kdwuiipxsu
Comments
Post a Comment