Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinleemans/pystander
A python script to observer a directory and move all content to another location
https://github.com/justinleemans/pystander
automation filesystem observer python python3
Last synced: 15 days ago
JSON representation
A python script to observer a directory and move all content to another location
- Host: GitHub
- URL: https://github.com/justinleemans/pystander
- Owner: justinleemans
- License: mit
- Created: 2024-07-27T10:11:40.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-07-28T11:14:36.000Z (5 months ago)
- Last Synced: 2024-11-03T13:42:06.961Z (2 months ago)
- Topics: automation, filesystem, observer, python, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pystander
Get it? Bystander but python. Pystander is a small and simple python script to observer a directory and move all content to another directory
# Quick start
To run the script simple run it with two parameters, the source directory and the target directory. The source directory is a path to the folder that you want to observer and the target directory is a path to the folder that you want to move the content to.
```
python app.py
```That's it, Pystander is now observing the source folder and moving all files that get added to it.