- Jun 16, 2000
- 30,213
- 12
- 81
Ok, we have a message board that is very primative, no post counts or anything, and its been requested that I write a post counter for it. Well, I wrote up a quick program that accepts a text file of posts and goes through and counts them...but thats horribly inefficient because then I'd have to copy and paste every thread into a text file. Is it at all possible to write something that will navigate to each thread automatically, download the text to that text file, and then run my original script on the file?
