Skip to content

smilep/pocket-to-kindle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pocket To Kindle

Web scrape Pocket articles, export to single pdf and send to kindle.

Only article type Pocket items supported.

How to run

  1. Populate application.properties
# web driver location
driver.path=

# pocket
pocket.url=https://getpocket.com/
pocket.username=
pocket.password=

# email
mail.host=
mail.port=
mail.sslenable=
mail.auth=true
mail.from=
# use app password and not normal password if using gmail smtp
mail.password=
mail.to=
  1. Run main class PocketToKindleApplication
  2. Trigger the pocket to kindle workflow from swagger-ui : http://localhost:8072/swagger-ui/