colonelpanic8 / okcupyd

A Library that enables programmatic interaction with okcupid.com, using okcupid.com's private okcupid JSON API and html scraping when necessary.
MIT License
110 stars 18 forks source link

Ability to change your answers #56

Closed Euphorbium closed 9 years ago

Euphorbium commented 9 years ago

Perhaps it is there, but I did not find it. It would be a nice feature to have.

Euphorbium commented 9 years ago

Found it, it is Questions.respond method.

colonelpanic8 commented 9 years ago

Yeah. Responding to a question is actually somewhat complicated. You probably want respond_from_user_question or respond_from_question. There is no method on Question on UserQuestion because those objects don't have session instances.