Skip to main content

Python gtk fake seeder

Project description

DFakeSeeder screenshot

D' Fake Seeder

  • Developed on Fedora 40 - Implications for gobject versioing
  • This is a Python GTK4 app very much under active development
  • Supports multiple torrents
  • Supporter HTTp/UDP trackers
  • Based off of deluge, hense "D' Fake Seeder", but also a colloquialism for 'the'.

DFakeSeeder screenshot

How to run

  • Development or run locally
make run-debug-docker
  • Pypi
pip3 install dfakeseeder
dfakeseeder
  • Docker build local
make docker
  • Docker hub / ghcr
xhost +local:

docker run --rm --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --volume="/tmp/.X11-unix:/tmp/.X11-unix" -it feeditout/dfakeseeder

docker run --rm --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --volume="/tmp/.X11-unix:/tmp/.X11-unix" -it ghcr.io/dmzoneill/dfakeseeder
  • Debian based deb package
curl -sL $(curl -s https://api.github.com/repos/dmzoneill/dfakeseeder/releases/latest | grep browser_download_url | cut -d\" -f4 | grep deb) -o dfakeseeder.deb

sudo dpkg -i dfakeseeder.deb

gtk-launch /usr/share/applications/dfakeseeder.desktop
  • Redhat based rpm package
curl -sL $(curl -s https://api.github.com/repos/dmzoneill/dfakeseeder/releases/latest | grep browser_download_url | cut -d\" -f4 | grep rpm) -o dfakeseeder.rpm

sudo rpm -i dfakeseeder.deb

gtk-launch /usr/share/applications/dfakeseeder.desktop

Todo

  • loads of stuff, deb, rpms, pypi, docker build
  • need to fix requiremnts.txt/piplock and convert the solution to venv.
  • fix a chunk of small bugs and finish some of the toolbar and other options.
  • Udp
  • Better user feedback
  • All PR's welcome

Typical setup

The application copies a config file to

~/.config/dfakeseeder/settings.json

It will looks something like this

{
  "upload_speed": 50,
  "download_speed": 500,
  "total_upload_speed": 50,
  "total_download_speed": 500,
  "announce_interval": 1800,
  "torrents": {},
  "http_headers": {
    "Accept-Encoding": "gzip",
    "User-Agent": "Deluge/2.0.3 libtorrent/2.0.5.0"
  },
  "agents": [
    "Deluge/2.0.3 libtorrent/2.0.5.0,-DE2003-",
    "qBittorrent/4.3.1,-qB4310-",
    "Transmission/3.00,-TR3000-",
    "uTorrent/3.5.5,-UT3550-",
    "Vuze/5.7.6.0,-AZ5760-",
    "BitTorrent/7.10.5,-BT7105-",
    "rTorrent/0.9.6,-RT0960-"
  ],
  "agent": 0,
  "proxies": {
    "http": "",
    "https": ""
  },
  "columns": "",
  "concurrent_http_connections": 2,
  "concurrent_peer_connections": 10,
  "cellrenderers": {
    "progress": "Gtk.ProgressBar"
  },
  "textrenderers": {
    "total_uploaded": "humanbytes",
    "total_downloaded": "humanbytes",
    "session_uploaded": "humanbytes",
    "session_downloaded": "humanbytes",
    "total_size": "humanbytes",
    "announce_interval": "convert_seconds_to_hours_mins_seconds",
    "next_update": "convert_seconds_to_hours_mins_seconds",
    "upload_speed": "add_kb",
    "download_speed": "add_kb",
    "threshold": "add_percent"
  },
  "threshold": 30,
  "tickspeed": 9,
  "editwidgets": {
    "active": "Gtk.Switch",
    "announce_interval": "Gtk.SpinButton",
    "download_speed": "Gtk.SpinButton",
    "next_update": "Gtk.SpinButton",
    "session_downloaded": "Gtk.SpinButton",
    "session_uploaded": "Gtk.SpinButton",
    "small_torrent_limit": "Gtk.SpinButton",
    "threshold": "Gtk.SpinButton",
    "total_downloaded": "Gtk.SpinButton",
    "total_uploaded": "Gtk.SpinButton",
    "upload_speed": "Gtk.SpinButton"
  },
  "issues_page": "https://github.com/dmzoneill/DFakeSeeder/issues",
  "website": "https://github.com/dmzoneill/DFakeSeeder/",
  "author": "David O Neill",
  "copyright": "Copyright {year}",
  "version": "1.0",
  "logo": "images/dfakeseeder.png"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

d_fake_seeder-0.0.38.tar.gz (132.0 kB view details)

Uploaded Source

Built Distribution

d_fake_seeder-0.0.38-py3-none-any.whl (146.4 kB view details)

Uploaded Python 3

File details

Details for the file d_fake_seeder-0.0.38.tar.gz.

File metadata

  • Download URL: d_fake_seeder-0.0.38.tar.gz
  • Upload date:
  • Size: 132.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for d_fake_seeder-0.0.38.tar.gz
Algorithm Hash digest
SHA256 20ff9a09863648262de4bb9740fb8b283b811420170d7d961610eaf0b27cb46d
MD5 498781b4ed56bfb77a9980da284b1de4
BLAKE2b-256 c452d083f49354d702d94c998915af5a1418a769315127e54434752c1f4729f8

See more details on using hashes here.

File details

Details for the file d_fake_seeder-0.0.38-py3-none-any.whl.

File metadata

File hashes

Hashes for d_fake_seeder-0.0.38-py3-none-any.whl
Algorithm Hash digest
SHA256 f333104ddbbf1093322f43af15abc95c03acc16b4bccd9781aae19ca578fbc0f
MD5 3f4856dc32c896544ab1e57e2456fe52
BLAKE2b-256 244987c11b0fbb0d5a57d9e0863294ffa4ba63736d49c3d78cfbcd0718e7ac4d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page