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

Add Location To Default Search Again #85

Open colonelpanic8 opened 8 years ago

colonelpanic8 commented 8 years ago
        # We are no longer setting location by default because the
        # query api that okcupid offers seems to have gotten much
        # stricter. This should be revisited so that search gives good
        # default results.

        # kwargs.setdefault('location', self.profile.location)