Skip to content

geerdink/blinkist-ebook-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blinkist scraper

Introduction

This tool is a scraper for the Blinkist website. It will grab all the 'blinks' (book summaries) from the Blinkist website and store them as epub files.

The code only works with a valid license to Blinkist! Use username and password in scrape.py to log in.

Running the tool

The code is built with Python 3.9.

To install the required packages:

  • With anaconda:
    conda install -c conda-forge genshi
    conda install --yes --file requirements.txt
  • With pip:
    pip install -r requirements.txt    

To run: PYTHONPATH=. python3 scrape.py

About

A python scraper for https://www.blinkist.com stories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • HTML 10.3%