Skip to main content

Springer Link Download Module for Python

Project description

pupalink

by aykxt and billaids

Only for educational purposes!


Features

  • Search and download books from Springer Link

How to start?

  • You need an active Springer Link access
  • Use from your cookie the value from parameter "idp_session"
$ 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.0a2.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

pupalink-0.1.0a2-py3-none-any.whl (15.6 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