jordan-wright / rapportive

Python library to automate Rapportive queries
MIT License
172 stars 47 forks source link

SSL issue; getting it to work #15

Open grinono opened 10 years ago

grinono commented 10 years ago

I'm trying to work with this script, but running the following lines gives an error.

To get it working i should run; from rapportive import rapportive profile = rapportive.request('email@domain.com')

from rapportive import rapportive

gives; error: from: can't read /var/mail/rapportive

and

profile = rapportive.request('me@me.com') gives; -bash: syntax error near unexpected token `('

Is their an email system required to get this all working?? As now ./rapportive.py -e any@any.com gives an error

I run the scrips on a Debian machine

jordan-wright commented 10 years ago

First, it looks like you're initial errors are occurring because perhaps you are trying to run Python commands directly from the shell without using the Python interpreter?

Additionally, what error is ./rapportive.py -e any@any.com throwing? It looks like some changes have been made to their API recently, so this library may have been broken.

rbucks commented 10 years ago

@jordan-wright Any idea how to get this working again? I noticed the change too, it happened a few weeks ago.

jordan-wright commented 10 years ago

Not sure.. I'll see if I can make some time in the next couple of weeks to figure out what changed.

grinono commented 10 years ago

Hi jordan, indeed the tool is not working because they changed some elements in the Rapportive tool. Would be great if you would be able to have a look at it...

grinono commented 9 years ago

Hi Jordan, any idea when you could check the issue?

artemk commented 9 years ago

Rapportive is bought by linkedIn.

In firebug you can see that new api calls are sent to https://api.linkedin.com/v1/people/email=....