These scripts use the Heroku Dev Center CLI to download a set of files and then use Pandoc to build a book in EPUB format.
To use these scripts:
- Install the CLI as described in the Dev Center CLI article.
- Install Pandoc.
- Run
./get_articles.sh
to get all of the articles specified in the articles_list.txt file and do some preprocessing to remove metadata from the top of the files. - Run
/buildscript.sh
. - Open the .epub file using your ebook reader software.