Add readme

This commit is contained in:
2025-06-27 15:18:40 +03:00
parent 780ff1d586
commit 23746f72d9
2 changed files with 21 additions and 0 deletions

15
README.md Normal file
View File

@ -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