WolfPack is a Internet search engine, bot crawler, and download utility designed to be scheduled and run on the command line. https://aninix.net/wolfpack/
Aller au fichier
DarkFeather a22d6ef43c
Need to include this.
2020-12-25 00:15:44 -06:00
.gitignore Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
1337x.torrentengine.sample Adding date/time show tracking under new function, error tracking for critical functions 2016-11-16 18:11:48 -06:00
LICENSE LICENSING and Makefiles 2017-06-19 17:01:52 -05:00
Makefile Minor fix 2020-12-22 12:31:19 -06:00
PKGBUILD Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
README.md Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
example-download.pup Converting from Bazaar. 2016-08-04 12:08:16 -05:00
example-search.pup Converting from Bazaar. 2016-08-04 12:08:16 -05:00
example-shows.pup Converting from Bazaar. 2016-08-04 12:08:16 -05:00
example-torrent.pup Changing to use standard APIs 2016-08-30 13:17:18 -05:00
offload-wolfpack Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
offload-wolfpack@.service Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
offload-wolfpack@.timer Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
test-torrent-engine Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
torrentdownloads.torrentengine.sample Adding date/time show tracking under new function, error tracking for critical functions 2016-11-16 18:11:48 -06:00
torrentproject.torrentengine.sample Adding date/time show tracking under new function, error tracking for critical functions 2016-11-16 18:11:48 -06:00
tpb.torrentengine.sample Adding date/time show tracking under new function, error tracking for critical functions 2016-11-16 18:11:48 -06:00
wolfpack Need to include this. 2020-12-25 00:15:44 -06:00
wolfpack.service Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00
wolfpack.timer Modernizing WolfPack to use systemd.timer and systemd-cat 2020-12-22 09:46:21 -06:00

README.md

WolfPack is a Internet search engine, bot crawler, and download utility designed to be scheduled and run on the command line.

Please note that the torrent and show functionalities are provided for legitimate peer-to-peer downloading and should not be used for illicit practices.

Some tools included are:

  • wolfpack: This is the core script, using .pup files to search for various things on the Internet. Pup types include shows, torrents, downloads, and searches.
  • test-torrent-torrent-engine: A number of sample torrent engines have been provided to look at major sites. ** Note: torrentproject.se is currently hard to scrape due to CloudFlare protections, and 1337x has a challenging reputation.
  • offload-wolfpack: This allows other machines to run the wolfpack and then copy the results to a known destination.

We have also included example "pups" in this source.