scraperwiki-archive / linkedin-tool

Given a list of people, looks them up and gets info about them via LinkedIn people search
Other
1 stars 0 forks source link

For development:

sudo apt-get install libyaml-dev
pip install -r devreq.txt
virtualenv .

For running (as a tool, etc):

pip install -r requirements.txt

Remember to . activate

To run tests:

. activate
specloud test/*.py