From 57bed53075cd6fef01a3e3eca503efc666fd1476 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Sat, 9 Dec 2017 11:19:23 +0100 Subject: [PATCH] Added Credentials.ini example --- Credentials.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Credentials.ini diff --git a/Credentials.ini b/Credentials.ini new file mode 100644 index 0000000..c855e19 --- /dev/null +++ b/Credentials.ini @@ -0,0 +1,7 @@ +[Instapaper] +INSTAPAPER_KEY = fill_will_your_instapaper_key +INSTAPAPER_SECRET = fill_will_your_instapaper_secret + +[Login] +INSTAPAPER_LOGIN = fill_with_your_instapaper_user +INSTAPAPER_PASSWORD = fill_with_your_password