bibby

Small python library and CLI for doing stuff with Bibsonomy


Keywords
bibliography, bibsonomy, bibtex, python
License
MIT
Install
pip install bibby==0.1

Documentation

Bibby

Bibby is just a cli and little python library for doing useful things with the bibsonomy API.

Right now there is enough for fetching you current citations and writing it to a file and nothing else.

Requires:

  • bibsonomy
  • Click - for cli
  • Pybtex

Installation

pip install bibby

You can retrieve your publications using:

bibby fetch $USERNAME $API_TOKEN $BIB_PATH

Goals

  • [ ] Storing users and tokens securely