Skip to content

Instantly share code, notes, and snippets.

View spsanderson's full-sized avatar
Staring into the abyss as I no longer find this fun.

Steven Paul Sanderson II, MPH spsanderson

Staring into the abyss as I no longer find this fun.
View GitHub Profile
@spsanderson
spsanderson / linkedin-2-query.py
Created March 24, 2013 14:24 — forked from ThomasCabrol/linkedin-2-query.py
This will build the your LinkedIn graph
#!/usr/bin/env python
# encoding: utf-8
"""
linkedin-2-query.py
Created by Thomas Cabrol on 2012-12-03.
Copyright (c) 2012 dataiku. All rights reserved.
Building the LinkedIn Graph
"""
@spsanderson
spsanderson / linkedin-3-cleaner.py
Created March 24, 2013 14:24 — forked from ThomasCabrol/linkedin-3-cleaner.py
This one will clean up and dedup the graph compiled by linkedin-2-query.py
#!/usr/bin/env python
# encoding: utf-8
"""
linkedin-3-cleaner.py
Created by Thomas Cabrol on 2012-12-04.
Copyright (c) 2012 dataiku. All rights reserved.
Clean up and dedup the LinkedIn graph
"""
@spsanderson
spsanderson / linkedin-1-oauth.py
Created March 24, 2013 14:19 — forked from ThomasCabrol/linkedin-1-oauth.py
LinkedIn oauth dance to authenticate to an account
#!/usr/bin/env python
# encoding: utf-8
"""
linkedin-1-oauth.py
Created by Thomas Cabrol on 2012-12-03.
Copyright (c) 2012 dataiku. All rights reserved.
Doing the oauth dance to get your LinkedIn token
This is taken from :