Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 462 Bytes

DEV.TO-READING-LIST

This project scrapp and convert your reading list from web dev.to to a bunch of PDF files to read.

Requirements

  • python3
  • pip3
  • wkhtml
  • google-chrome-browser
  • google-chrome-driver

Deploy

  • Clone this project
  • Execute the deploy.sh script
  • Complete the .env file with your credentials

Run

pipenv run python main.py

INFO

This script only works on ubuntu, im trying to automate this on a centos server... (TODO)