Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

♞ pupalink

A simple Python module to search and download books from SpringerLink.


🧪 This project is still in an early stage of development. Expect breaking changes.


Features

  • Search and download books from Springer Link

Prerequisites

  • An active SpringerLink account with premium access.

Getting started

Sign in to your SpringerLink account and copy the idp_session cookie and paste it like below:

from pupalink import Session

session = Session("YOUR_IDP_SESSION")

Example

from pupalink import Session
from asyncio import get_event_loop

async def main():
    session = Session("YOUR_KEY")
    books = await session.search_book("Rust")

    for book in books:
        await session.download_book(book)

    await session.close()


loop = get_event_loop()
loop.run_until_complete(main())

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pupalink-0.1.0a4.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pupalink-0.1.0a4-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

Release history Release notifications | RSS feed

This release

0.1.0a4 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page