This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 : |