Add readme
This commit is contained in:
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
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