eazar001 / yesbot

IRC Bot Written in Prolog
MIT License
19 stars 5 forks source link

import stackoverflow questions about prolog into chatty #18

Open Anniepoo opened 9 years ago

Anniepoo commented 9 years ago

It would be cool if chatty 'knew' everything that had been asked in stackoverflow about Prolog.

The API for getting questions: https://api.stackexchange.com/2.2/questions?order=desc&sort=activity&tagged=prolog&site=stackoverflow

the API overall docs:

https://api.stackexchange.com/docs

This gives us questions and answers, but they need massaged. Maybe we can auto crowdsource this - get people in the prolog community to help massage the questions into chatscript responders and rejoinders and edit answers for brevity.

Anyone who signs up gets a max of n emails a day with an html form to 'fix' a single SO question. This would have a space to fill in a good responder pattern, a tool to cut responses up into rejoinders, and an edit field to edit the responses.

Yes, I understand this is a big project. I've no intention of starting on this right away. I'm bugging it because I know it may not happen for a while, if ever. I also wanted a place to massage the idea a while before doing it.

eazar001 commented 9 years ago

Hmmm, I really like this idea.

Anniepoo commented 9 years ago

8cD