rapportive icon indicating copy to clipboard operation
rapportive copied to clipboard

Python library to automate Rapportive queries

Results 6 rapportive issues
Sort by recently updated
recently updated
newest added

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 protected]') from...

pip + setuptools tooling for depending on git repositories is absolutely 100% abysmal and I'm going to throw myself off my balcony if I can't get an actual package soon....

question

Traceback (most recent call last): File "/usr/local/bin/rapportive_cmd", line 5, in pkg_resources.run_script('rapportive==0.1.0', 'rapportive_cmd') File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200, in run_script execfile(script_filename, namespace, namespace) File...

How are people dealing with status 403 and the throttle limits? I did a loop to create random email, fetch a session and then do a call... still getting a...

For a request if the response is 'nothing useful' the program stops running and throws error as below: --- `Traceback (most recent call last): File "./rapportive.py", line 136, in main()...