Skip to content

Commit

Permalink
remove mobi
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Nomad authored Nov 3, 2023
1 parent eda6d96 commit fca9522
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,19 @@

**Check out the [releases page] for the latest build, updated daily.**

Download the _complete collection_ of [+200](essays.csv) essays from [Paul Graham] website and export them in [EPUB], [MOBI] and Markdown for easy [AFK] reading. It turned out to be a whooping +500k words. I used the RSS originally made by [Aaron Swartz] [shared] by PG himself, `feedparser`, `html2text`, `htmldate` and `Unidecode` libraries for data cleaning and acquisition.
Download the _complete collection_ of [+200](essays.csv) essays from [Paul Graham] website and export them in [EPUB], and Markdown for easy [AFK] reading. It turned out to be a whooping +500k words. I used the RSS originally made by [Aaron Swartz] [shared] by PG himself, `feedparser`, `html2text`, `htmldate` and `Unidecode` libraries for data cleaning and acquisition.

## Dependencies for MacOS

To create the EPUB/MOBI files you should have installed [python3], [pandoc] and [calibre] for Kindle readers.

```bash
brew install python@3
brew install --build-from-source pandoc
brew install --cask calibre
```
You should have installed [brew] in order to install the dependencies listed in the Makefile.

## Usage

Run the [Makefile](./Makefile) in the root directory using `make all`.
Run the [Makefile](./Makefile) in the root directory using:

https://github.com/ofou/graham-essays/blob/80249f949235c56c87479bdfd4f32063266d3527/Makefile#L5-L45
```bash
make
```

### Current Essays

Expand All @@ -38,10 +34,9 @@ _If you have any ideas, suggestions, curses or feedback in order to improve the
[afk]: https://www.grammarly.com/blog/afk-meaning/
[paul graham]: http://www.paulgraham.com/articles.html
[aaron swartz]: https://en.wikipedia.org/wiki/Aaron_Swartz
[python3]: https://www.python.org/downloads
[brew]: https://docs.brew.sh/Installation
[pandoc]: https://pandoc.org/installing.html
[calibre]: https://calibre-ebook.com/
[EPUB]: https://github.com/ofou/graham-essays/releases/download/latest/graham.epub
[MOBI]: https://github.com/ofou/graham-essays/releases/download/latest/graham.mobi
[releases page]: https://github.com/ofou/graham-essays/releases/tag/latest
[shared]: http://www.paulgraham.com/rss.html

0 comments on commit fca9522

Please sign in to comment.