-
Kolja Nolte authored
This is the initial commit of the Torrent Downloader and Compressor Script, a Python script that automates the process of downloading a torrent, moving it to a public folder, compressing it, and deleting the original folder. The script uses the transmission-cli command-line tool and the slugify library to sanitize the filename. It also uses the subprocess library to run external commands and the shutil library to move and delete files. Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
Kolja Nolte authoredThis is the initial commit of the Torrent Downloader and Compressor Script, a Python script that automates the process of downloading a torrent, moving it to a public folder, compressing it, and deleting the original folder. The script uses the transmission-cli command-line tool and the slugify library to sanitize the filename. It also uses the subprocess library to run external commands and the shutil library to move and delete files. Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
Loading