From d04f36c78e1c2a937566cf27af0d65070d959b16 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 1 Oct 2018 05:40:12 -0400 Subject: [PATCH] another thought Signed-off-by: Vincent Batts --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c475d7f..b9f852b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ building of the torrent and then producing the magnet URI. Like [[godoc]](https://godoc.org/github.com/anacrolix/torrent) has everything to recieve the magnet string and start downloading the shared data. +Looking at the ./cmd/... tools provided by this library it looks like it may +have everything needed to accomplish this workflow I'm imagining (except +expiration of the content). + ## Reference * [automated list of trackers](https://github.com/ngosang/trackerslist)