4
votes
1answer
112 views
How often can I poll the Stackoverflow RSS before I get IP banned?
If you poll the main page RSS less frequently than every 2 minutes, you'll miss activity during the busy parts of the day:
http://stackoverflow.com/feeds
I haven't found the "new …
379
votes
19answers
367 views
Using what I’ve learned from stackoverflow. (HTML Scraper)
After obsessing over Stack Overflow for a few days, I thought I'd take what I've learned from the site and make something useful out of it. I like reputation, but one thing in part …
163
votes
38answers
360 views
Track your reputation
If you're like me, Grant's script has been a godsend - being able to track exactly what's being voted up or down is very helpful on this site. Not so helpful are the requirements f …
125
votes
34answers
302 views
Age Distribution of StackOverflow Users
Update: I decided to rerun the script since we now have about twice as many users. The distribution trend is much more pronounced in this version. Though the following text is from …
48
votes
21answers
516 views
What would you want to see in a StackOverflow API?
Note: I'm aware of this question, but it's slightly different, and in my view is talking about the StackOverflow folks coming up with an API themselves. I'm talking about a communi …
1
vote
1answer
98 views
Stack Overflow API: Finding the UserID of a user with their Display Name
Hi! I'm building a .NET library for the Stack Overflow API, and I would like to include a function where an input of a display name (username) is converted to the userid. This can …
10
votes
2answers
330 views
Etiquette of Screen-scraping Stack Overflow?
Is there any reasonable guidelines for how much/often I can screen scrape from SO? I've been looking around heavily in related topics and have seen Jeff's enthusiastic response to …
3
votes
2answers
57 views
Get SO data as JSON/XML?
I've poked around MSO a bit and seen that there's a data dump and some discussion of screen-scraping, so perhaps I sadly already have the answer to my question, but is there/might …
0
votes
3answers
46 views
Are there any web sites that store deleted questions?
Are there any websites (not associated with the owners, of course!) that store and/or keep track of deleted questions and/or answers, like Deletionpedia does to Wikipedia, and YouT …
0
votes
0answers
70 views
StackOverflow screen scraping code of conduct? [closed]
Possible Duplicate:
Etiquette of Screen-scraping Stack Overflow?
Based on questions such as Once your IP is banned due to screen scraping SO how long will it remain banned …
3
votes
3answers
61 views
Is there a friendly way to scrape stackoverflow?
I have read the robots.txt file and looked in the FAQs, as far as I understand the rules it is okay to scrape http://stackoverflow.com/users and http://stackoverflow.com/users/xxxx …
13
votes
4answers
102 views
StackOverflow User Statistics
A few days ago I had a post that provided data scraped from the profile pages of over 23,000 StackOverflow users with the intention of having the community mine the database and pr …
3
votes
0answers
51 views
StackOverflow User Statistics
Today a graph was posted that showed age vs. reputation scores of members here. This reminded me that I intended to write a scraper to collect the profile data into a database that …
