15 lines
383 B
Markdown
15 lines
383 B
Markdown
# 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 |