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
Use the dev one for now:
pip install git+https://github.com/salotz/bibby.git
Since it is a command line application I suggest using pipx
:
pipx install git+https://github.com/salotz/bibby.git
You can retrieve your publications using:
bibby fetch $USERNAME $API_TOKEN $BIB_PATH
- [ ] Storing users and tokens securely