Skip to main content

Springer Link Download Module for Python

Project description

♞ 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())

Project details


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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page