/mendeley-parser

Parses http://www.mendeley.com and extracts articles metadata

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

Mendeley.com parser

This script parses http://www.mendeley.com and extracts articles metadata (year and title).

"Mendeley is a free reference manager and academic social network that can help you organize your research, collaborate with others online, and discover the latest research."

Requirements

  1. Python 2.7 http://www.python.org/
  2. Beautiful Soup 4 python library http://www.crummy.com/software/BeautifulSoup/

Usage

Read comments in script, configure parser and run it

python mendeley_parser.py

Output csv file formst:

page_number [tab] year [tab] title [tab] author [, ] author

BTW, they have API http://dev.mendeley.com/