Since they are closing the forums, I would like to know what threat they would use to stop someone making a scraper.
Banning us from the forums they intend to shut down?
Im working on one right now.
Worked out the logic already
Every forum has a collection of subforums, which has a collection of topics, which has a collection of posts.
Once I get the logic working for a single forum-> subforum, then a subforum-> topic, then a topic->posts
Grabbing the info is easy.
So far so good - able to programmatically get the Sub Forums for the Main NWN Forum.
Now I just need to code for the sub forums to get topics, then topics to get posts.