https://github.com/pir8radio/filebot---auto-python-script-for-torrentsafe
This script will watch a directory, unzip only files > X gb within the zip, automatically process them and delete the zip when done. made to use with Torrent Safe
https://github.com/pir8radio/filebot---auto-python-script-for-torrentsafe
automatically filebot folder monitor movie process python torrent torrents unzip
Last synced: 6 days ago
JSON representation
This script will watch a directory, unzip only files > X gb within the zip, automatically process them and delete the zip when done. made to use with Torrent Safe
- Host: GitHub
- URL: https://github.com/pir8radio/filebot---auto-python-script-for-torrentsafe
- Owner: pir8radio
- License: gpl-3.0
- Created: 2024-07-28T23:05:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T19:55:24.000Z (over 1 year ago)
- Last Synced: 2026-05-05T05:40:35.921Z (about 2 months ago)
- Topics: automatically, filebot, folder, monitor, movie, process, python, torrent, torrents, unzip
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileBot---Auto-Python-Script
## Overview
This script monitors a directory, unzips files larger than a specified size (**X GB**), processes them, and deletes the zip files when finished. Originally developed for use with [Torrent Safe](https://torrentsafe.com) downloads, this script automates file management tasks with minimal user intervention.
While the script isn't polished or fully developed, it is functional and achieves the following tasks:
- Monitors a directory for downloaded files.
- Automatically unzips and processes files.
- Renames, moves, and cleans up files after processing.
## Usage Example
I personally use this script to monitor a download folder on a server. Using my phone, I download video files via Torrent Safe. Once the files are downloaded via HTTPS to the server, this script automatically handles the unzipping, processing, and cleanup.
## Notes
- This script is **designed to be simple and specific** to certain needs. It may require modifications for your use case.
- Contributions via pull requests (PRs) are encouraged to enhance functionality or improve implementation.
- The script is a quick solution for a personal need, so it's not fully optimized or robust for all scenarios.
## Suggestions for Customization
You can adapt this script to suit your own requirements, such as:
- Setting thresholds for file size to trigger unzipping.
- Adjusting the directory monitoring behavior.
- Integrating additional processing or organizational steps.
I hope this script helps someone with a similar need. Feel free to share your improvements!
