https://github.com/sam0x17/magnetfilter
a python utility for adding the best current trackers to a magnet link
https://github.com/sam0x17/magnetfilter
magnet-link magnet-torrent python-script torrents
Last synced: 6 months ago
JSON representation
a python utility for adding the best current trackers to a magnet link
- Host: GitHub
- URL: https://github.com/sam0x17/magnetfilter
- Owner: sam0x17
- Created: 2017-08-24T16:06:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T16:52:11.000Z (about 8 years ago)
- Last Synced: 2025-02-13T08:14:52.816Z (8 months ago)
- Topics: magnet-link, magnet-torrent, python-script, torrents
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magnet Link Filter Utility
This simple python script can be used to add the best current trackers to an existing
magnet link. HTTP trackers are added first, followed by the top 20 current trackers.
The reason for this is rtorrent has a known problem with UDP trackers, so I like those
to be listed last. The utility also replaces zer0day.ch with tracker.zer0day.to.## Usage
```
$ ./magnetfilter.py [magnet link here]
```The filtered magnet link will be printed to the terminal
## Alias
You can create an alias for magnet filter so it can be used from the terminal like
a command by appending something like the following to your ~/.bashrc file:```
alias magnetfilter='python ~/magnetfilter/magnetfilter.py'
```