Skip to content

Handy CLI utility to build an ebook from provided set of links (a reading list)

Notifications You must be signed in to change notification settings

kubamarchwicki/readlist-ebook-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small library to convert a reading list into an ebook

Usage:

Retrive list from Pocket python readpick/readlist/main.py -u [username] -p [password]

Optional parameters

  • -f - download only favourites
  • -c [num] - define the number of articles (items) to download
  • -s [newest|oldest] - define sorting order
  • -mu - modify after downloading: unfavourite
  • -ma - modify after downloading: archive

Generate epub ebook python readpick/ebook/main.py -o [output_filename] << items_list.json

TODOs

  • Create setup.py and list project (virtualenv) dependencies (BeautifulSoup, jinja2).

About

Handy CLI utility to build an ebook from provided set of links (a reading list)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages