(Still waiting on some form of code that will list all the clans based on points in the last 30 days.)
I'll get around to it, hopefully before I have to leave. Just got more work than I expected for this week, and I have to pack/clean up the place too. Life is hard sometimes. :(
But from a high level, all you need to do is:
- send a GET request to the list of all clans
- from there extract clan names, link to clan pages
- send a GET request to each clan page
- from the HTML output extract player names (and associate them with the clan), link to player pages
- send a GET request to each player page
- from the HTML output extract points gained in last 30 days
- add up the points for members of each clan
Nothing non-trivial about it to be entirely honest. It's just the sort of thing you only fail to do immediately when you've got a lot else going on.
Edited 7/20/2015 05:29:00