Skip to content

Instantly share code, notes, and snippets.

View shiandy's full-sized avatar

Andy Shi shiandy

View GitHub Profile
@shiandy
shiandy / download_citations.py
Last active January 15, 2016 04:22
Automatically download your citations from Citeulike in bibtex.
#!/usr/bin/python
##########################################
## Downloads bibtex file from Citeulike.
## By: Andy Shi
## For help and usage, execute
## python download_citations.py -h
## Inspired by:
## http://linuxtoosx.blogspot.com/2012/10/downloadbackup-citeulike-library.html
##########################################