This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://tracker.driverpacks.net:6969/stats?mode=tpbs&format=ben | |
| -> per torrent: hash (ben-encoded), complete, downloaded, incomplete | |
| http://tracker.driverpacks.net:6969/stats?mode=tpbs&format=txt | |
| -> per torrent: hash, seeders, leechers | |
| http://tracker.driverpacks.net:6969/stats?mode=statedump | |
| -> per torrent: hash, base (time in minutes since epoch when the torrent last had >0 peers, *60 = unix timestamp), downloaded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| set -x | |
| mkdir ~/transmission | |
| cd ~/transmission | |
| PREFIX=/opt |