Add readme
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
Reference in New Issue
Block a user