383 B
383 B
ApacheWFSSelectiveDownload
Simple, date-selective download script for apache web file server.
Usage
- Enter your URL in BASE_URL
- Set CUTOFF_DATE (days=x) where x is the amount of days back you want the files last modified to maximally be
python main.py
Dependencies
Use pip install {package_name}
to install these.
- datetime
- os
- bs4
- requests
- urllib.parse