Skip to content

Instantly share code, notes, and snippets.

View andrewhead's full-sized avatar

Andrew Head andrewhead

View GitHub Profile
@andrewhead
andrewhead / fetch_mendeley_annotations.py
Created February 1, 2019 03:55
Python script for fetching personal annotation data from Mendeley
'''
Dependencies:
* pip install requests
'''
import argparse
import json
import requests
if __name__ == '__main__':