SageRalph / search-mendeley

Search Mendeley provides advanced tools for browsing and searching your Mendeley library, including annotation search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Mendeley

Search Mendeley provides advanced tools for browsing and searching your Mendeley library, including annotation search.

Setup

  1. Install Python and Pip.

  2. Install pipenv

     $ pip install pipenv
    
  3. Register your client.
    If running locally, use http://localhost:5000/oauth as your Redirect URI.
    This will give you a client ID and secret.

  4. Navigate to the /app directory

  5. Rename the config.yml.example file to config.yml, and fill in your client ID and secret in this file.

  6. Install dependencies using pipenv

     $ pipenv install
    

How to run

On Windows, launch the application by running RUN.bat

Otherwise, naviagte to the /app directory and run app.py using pipenv
Then go to http://localhost:5000 in your browser.

About

Search Mendeley provides advanced tools for browsing and searching your Mendeley library, including annotation search.

License:Apache License 2.0


Languages

Language:JavaScript 59.9%Language:Python 14.4%Language:HTML 13.7%Language:CSS 11.6%Language:Batchfile 0.3%