π¦ ClawHub
ANNE Library Downloader
by @neckr0ik
Automate downloading and DOI extraction for academic books and articles from multiple library databases with institutional login support.
π‘ Examples
# Download a book by title/author
anne-download --book "Essential Biological Psychology" --author "Martin, G. Neil"Download by DOI
anne-download --doi "10.1037/0000092-000"Download by URL
anne-download --url "https://library.capella.edu/..."Batch download from list
anne-download --list ~/Downloads/my_reading_list.txt
βοΈ Configuration
Set up library credentials:
# For Capella library
export ANNE_LIBRARY_URL="https://capella.alma.exlibrisgroup.com"
export ANNE_LIBRARY_USER="your_username"
export ANNE_LIBRARY_PASS="your_password"
TERMINAL
clawhub install neckr0ik-anne-library