From 7de0e8d2fdeafd762858ecf00067ade3ecafb404 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Thu, 2 Feb 2017 23:20:43 -0600 Subject: [PATCH] Document leech.json for logins --- README.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.markdown b/README.markdown index 497e6fd..fb7d179 100644 --- a/README.markdown +++ b/README.markdown @@ -35,6 +35,21 @@ Supports * DeviantArt galleries/collections * Sta.sh +Configuration +--- + +A very small amount of configuration is possible by creating a file called `leech.json` in the project directory. Currently you can define login information for sites that support it. + +Example: + +``` +{ + "logins": { + "QuestionableQuesting": ["username", "password"] + } +} +``` + Extending ---