From 05457fbb7bba4493cbe89fb60907c30c4342bd06 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Fri, 21 Jan 2022 12:20:30 +0100 Subject: [PATCH] Add simple README file --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..384fc91 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ElPaisReader + +`elpaisreader` is a very simple CLI to read ElPais.es articles +bypassing the subscription modal that the web has decided to show as a +gate to the information. + +## Usage + +Simply run: + +```sh +$ elpaisreader URL +``` + +to get a text representation of the article body.