Code Monkey home page Code Monkey logo

calameo-downloader's Introduction

Background

During the early stages of lockdown, Oxford provided all of their educational books for free online. As an IB student, I saw this and thought that the books could genuinly be useful to me. Unfortunately this offer was on for a limited time, meaning that I needed to find a method of downloading these books.

Installation

To install files:

git clone https://github.com/whoisoscar/calameo-downloader

To Install Required Modules:

pip install -r requirements.txt

Usage

cd calmeo-downloader
python3 main.py

Configurations are done within the main.py file. These configurations include:

  • List of book links
  • Option to only download PDF version

Given a list of calmeo.com books, the script will go through all the pages and dowload them. If only_pdf is set to false, the script will download both a SVG and PVG version.

This is done for personal preference as SVG's allow to search and copy text, but are more heavy-weight.

Onece all files are downloaded, the script combines all files into one PDF.

Setting only_pdf to true will take significantly less time as SVG's take a long time to download.

You can enter multiple urls within the list and the script will download all of them.

To-do

  • Clean up code and remove abundant / repetetive code.

calameo-downloader's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.