From b30de261361636a723613bfc43e41299c854746f Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 19 Nov 2020 00:42:09 +0530 Subject: Initialize draco --- README.org | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..e67f818 --- /dev/null +++ b/README.org @@ -0,0 +1,26 @@ +#+SETUPFILE: ~/.emacs.d/org-templates/projects.org +#+EXPORT_FILE_NAME: index +#+TITLE: Draco + +Draco is a script to convert reddit thread to Org document. It accepts a +url & prints the Org document to STDOUT. + +It'll also print comments along with their replies. It's limited by +the reddit API. + +| Project Home | [[https://andinus.nand.sh/draco/][Draco]] | +| Source Code | [[https://git.tilde.institute/andinus/draco/][Andinus / Draco]] | +| GitHub (Mirror) | [[https://github.com/andinus/draco/][Draco - GitHub]] | + +*Tested on*: +- OpenBSD 6.8 (Perl v5.30.3) + +* Installation +#+BEGIN_SRC sh +# Clone the project. +git clone https://git.tilde.institute/andinus/draco && \ + cd draco + +# Install. +sudo make install +#+END_SRC -- cgit 1.4.1-2-gfad0