From 29ba728967e8f706477e1aab6a080a171ecb755f Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 17 Mar 2018 23:00:17 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9aba2bb..4445564 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,16 @@ python ScannyMcScanFace.py subreddit_name "[keyword_1, keyword_2]" "(file_extens ``` ## Example Usage: -``` - Full run using keywords, file extensions, and optional parameters. -python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream ``` +python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream ``` - Simple run using just the subreddit. This will capture all media with the default file extensions (png, jpg, gif). -python ScannyMcScanFace.py all ``` +python ScannyMcScanFace.py all ``` - Mixed run using just keywords, and no custom file extensions or parameters. +``` python ScannyMcScanFace.py all "[ducks, penguins]" ``` > You may choose to not include any keywords, which will capture all media available instead of submissions with keywords.