I am new to the "IT" world. So I want to store whatever questions I ask here and the answers I get into my local machine, so that I can refer them offline for any interview. So I wanted to know is there any programmatic way of achieving this?
Thanks. And I have no other intention of this work.
|
|
|||||
|
migrated from stackoverflow.com Jan 20 '10 at 17:44
|
The best way to do this is probably connecting to the RSS feeds SO provides. See for example your questions & answers RSS feed You could use a Feed Reader program (Mozilla's Thunderbird has one built in, for example) to download, or otherwise process, your questions' RSS feed. If you have a specific question on how to query data, ask a question here at meta.stackoverflow.com. Mind you though that the tone is sometimes rougher than on SO proper. Unrelated to RSS and local downloading but maybe interesting if you're trying to find out more about SO's data, there is also a number of nifty Greasemonkey scripts here on Meta to query and manipulate Stack Overflow Data. |
||||
|
|
|
StackOverflow provides a Creative Commons Data Dump (Jan 10). You can download it and parse it offline, As Pekka suggested, you can also access your questions, answers and comments via RSS:
Seems to be limited to the last 30 records though. |
|||||
|
