Skip to content

Instantly share code, notes, and snippets.

View Sispheor's full-sized avatar
🌱

Nicolas Marcq Sispheor

🌱
  • Hewlett Packard Enterprise
  • Grenoble, France
  • X @sispheor
View GitHub Profile
@Sispheor
Sispheor / deluge_tracker_rename.py
Created February 25, 2022 16:44
Deluge bulk tracker rename
import os
import sys
import platform
import shutil
import pickle as cPickle
# Config
orig_tracker_url = [
"http://domain.net:8080/key/announce",
"http://domain2.net:8080/key/announce",