From 115bac4f54b9f0f5b521c09f7d4233ed70d140e7 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Wed, 7 Sep 2016 08:39:50 -0400 Subject: [PATCH] Update README.md --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index 2667e17..cb14719 100644 --- a/README.md +++ b/README.md @@ -3,32 +3,3 @@ Python script to automate the use of FanFicFare CLI (https://github.com/JimmXinu/FanFicFare) with calibre. Use -h or --help to see the options. - -Usage: fanficdownload-cleaned.py [flags] - -Options: - -h, --help show this help message and exit - -u USER, --user=USER Email Account Username. Required. - -p PASSWORD, --password=PASSWORD - Email Account Password. Required. - -s SERVER, --server=SERVER - Email IMAP Server. Default is "imap.gmail.com". - -m MAILBOX, --mailbox=MAILBOX - Email Label. Default is "INBOX". - -l LIBRARY, --library=LIBRARY - calibre library db location. If none is passed, then - this merely scrapes the email and error file for new - stories and downloads them into the current directory. - -i INPUT, --input=INPUT - Error file. Any urls that fail will be output here, - and file will be read to find any urls that failed - previously. If file does not exist will create. File - is overwitten every time the program is run. - -c CONFIG, --config=CONFIG - Config file for inputs. Blank config file is provided. - No default. If an option is present in whatever config - file is passed it, the option will overwrite whatever - is passed in through command line arguments unless the - option is blank. Do not put any quotation marks in the - options. -