From 029efbccabaef2f9cb14b9aac0f941afb924b9dd Mon Sep 17 00:00:00 2001 From: iRaven <44326347+iRaven4522@users.noreply.github.com> Date: Mon, 14 Nov 2022 01:03:37 -0600 Subject: [PATCH] giving arg info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 697063b..6796234 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Python application intended to store an archive of live camera feeds from Housto ## requirements python 3.6 or later + the requests and wget Python modules, installed with pip (if others aren't found on your system, they can be easily viewed in the source code c:) ## what does this program do? @@ -10,3 +11,10 @@ Python application intended to store an archive of live camera feeds from Housto ## why? i have no idea + +## arguments + by default and with no args provided TranstarArchive will create required folders if necessary and bring you to the main menu. this is useful for archiving once, however below can be more useful if you want to continuously archive. + + -archive will start archiving feeds with no extra prompts. use a looping script provided (for windows as of 9/8/22) to continuously loop the process. + + -testarg is self explanatory. tests if TranstarArchive will accept arguments