>Is there a CLI program out there which does text-only Q&A via some web service?
You could probably whip something up in Python, httplib2 and BeautifulSoup in a couple of hours. If I can't sleep tonight, I might play around with this.
Sure, my question isn't about how to do it technically though, instead I want to know if there is a Q&A website out there which will return either, clear legible answers or null.
You could probably whip something up in Python, httplib2 and BeautifulSoup in a couple of hours. If I can't sleep tonight, I might play around with this.