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

not profile.contacted returns false results #53

Open markyann11 opened 9 years ago

markyann11 commented 9 years ago

u = okcupyd.User() thread=u.outbox for i in range(50): for p in profiles: if not p.contacted: print p.username

when I look at the results and copy paste the usernames to browser, the actual browser tells me, "contacted today" this causes some users receive duplicate messages from me

colonelpanic8 commented 9 years ago

okcupid probably changed their html slightly. I'll take a look at this soon