I would like to know how I could parse a group list like the one below:
And then retrieve the information like this:
- chapter_netherlands (6)
- chapter_poland (1)
- etc.
For topics we can do amazing things like raw format topics and then parse that info. I want to be able to parse the group data. The goal is to use that information and display it on a map. Is there a nice way to request this info from the site? Or do I have to web carve it out of there with e.g. Python?