I know a few bots have been identified previously, and it wouldn't surprise me if some had experimented with posting questions using code.

I'd rather not re-invent the wheel, and this seems the best place to ask.

What code do you have or know of that is capable of posting new questions to stackoverflow?

Small print:

I'm working on http://stackoverflowoverflow.stackexchange.com - the idea is to take closed questions from SO and post them there for those that want to continue off-topic conversations in a stackoverflow-like environment. The code for posting to a stackexchange site should be essentially the same as code for stackoverflow. I've asked for code examples at stackexchange, but I imagine there are more SO bot developers here than there. I also know that if I post it on SO it'll get sent here post-haste, so here we are.

share|improve this question
And it's really tedious transferring the questions over by hand... – Adam Davis Mar 11 '10 at 0:52
10  
belongs on meta.stackoverflowoverflow.com – Antony Mar 11 '10 at 1:05
This is from before SE2.0 days, right? – Anna Lear Dec 20 '11 at 14:33
@AnnaLear, yes. Stackoverflowoverflow was actually briefly live, but it never really got off the ground. (See also Pollyadam's answer here.) (Edit again: archive.org does have a few old snaps of it sans styles.) – Popular Demand Dec 20 '11 at 15:05

closed as too localized by Anna Lear Dec 20 '11 at 15:16

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

If you have a valid user's auth cookie, it should be possible, if you pay attention to what the JavaScript is doing on the page.

The SE codebase is far enough out of sync with ours now that I can't actually tell you what will work and what won't any more.

share|improve this answer
Ah, ok, thanks! – Adam Davis Mar 11 '10 at 2:19

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged