From 67e144cd8759d1341eae9da93b8e759a421a900e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 21 Nov 2015 14:29:42 +0100 Subject: [PATCH] sendGraph.py introduction comment --- scripts/sendGraph.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/sendGraph.py b/scripts/sendGraph.py index 941b6b9..01b166f 100755 --- a/scripts/sendGraph.py +++ b/scripts/sendGraph.py @@ -1,9 +1,11 @@ #!/usr/bin/env python3 +# Based on Kubuxu sendGraph script. Requires Python 3, requests and cjdns. +# You can install them using pip: pip3 install cjdns requests ############################################################################### # CONFIG # URL where data is sent -# www.fc00.org for clearnet access +# www.fc00.org for clearnet access # h.fc00.org for hyperboria # [fc53:dcc5:e89d:9082:4097:6622:5e82:c654] for DNS-less access url = 'http://www.fc00.org/sendGraph'