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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -