From e4f0d705c615a510e4fdf1e2ea2b6437d691a5e4 Mon Sep 17 00:00:00 2001 From: iRaven <44326347+iRaven4522@users.noreply.github.com> Date: Thu, 8 Sep 2022 04:20:16 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3a538b8..697063b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # TranstarArchive Python application intended to store an archive of live camera feeds from Houston Transtar + +## 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? + retrives images from live and valid camera image feeds from Houston Transtar. normally these can be viewed on their website [here](https://traffic.houstontranstar.org/cctv/transtar/), or a very very lightweight version (intended for mobile or older devices, that i prefer) can be found [here](http://traffic.houstontranstar.org/mobile/transtar_cctv.aspx), stores them in a folder/local archive on the system you run it on + +## why? + i have no idea