From 23746f72d961002f98051e8825e9f900ca96032b Mon Sep 17 00:00:00 2001 From: eetnaviation Date: Fri, 27 Jun 2025 15:18:40 +0300 Subject: [PATCH] Add readme --- .idea/vcs.xml | 6 ++++++ README.md | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 README.md diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9b12d3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ApacheWFSSelectiveDownload +Simple, date-selective download script for apache web file server. + +## Usage +1. Enter your URL in BASE_URL +2. Set CUTOFF_DATE (days=x) where x is the amount of days back you want the files last modified to maximally be +3. `python main.py` + +## Dependencies +Use `pip install {package_name}` to install these. +- datetime +- os +- bs4 +- requests +- urllib.parse \ No newline at end of file