https://github.com/garrettsummerfi3ld/copyingest
https://github.com/garrettsummerfi3ld/copyingest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettsummerfi3ld/copyingest
- Owner: garrettsummerfi3ld
- License: mit
- Created: 2020-07-15T04:13:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T06:41:53.000Z (over 4 years ago)
- Last Synced: 2025-02-13T10:38:18.452Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# copyIngest
***Work In Progress***
Copies files from a source location to a destination location, preserving file structure and formatting it by date.
## How to use
1. Clone repo `git clone https://github.com/garrettsummerfi3ld/copyIngest.git`
2. Enter repo `cd copyIngest`
3. Modify `vars.json` to your personal liking, with source and destination paths, and even file types
4. `pip -m install requirements.txt`
5. `python copyIngest.py`## How to set up custom variables
```json
{
"sourcePath" : "",
"destPath" : "",
"allowFileTypes" : [
""
]
}
```