[tor-commits] [oonib/master] Add some basic inputs descriptors and add makefile to fetch them

art at torproject.org art at torproject.org
Wed Sep 11 09:13:52 UTC 2013


commit d3749779dcc7691e5e14e9b2b3d60cf923757e70
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Aug 16 22:02:58 2013 +0200

    Add some basic inputs descriptors and add makefile to fetch them
---
 ...36f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1.desc |    2 ++
 data/inputs/Makefile                                            |    7 +++++++
 ...8bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290.desc |    2 ++
 3 files changed, 11 insertions(+)

diff --git a/data/inputs/37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1.desc b/data/inputs/37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1.desc
new file mode 100644
index 0000000..feecc5a
--- /dev/null
+++ b/data/inputs/37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1.desc
@@ -0,0 +1,2 @@
+{id: 37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1, name: Alexa Top 1k domains, description: 'The Alexa list of most visited domains fetched from here: http://www.alexa.com/topsites'}
+
diff --git a/data/inputs/Makefile b/data/inputs/Makefile
new file mode 100644
index 0000000..8e53144
--- /dev/null
+++ b/data/inputs/Makefile
@@ -0,0 +1,7 @@
+lists:
+	curl -O https://ooni.torproject.org/inputs/input-pack.tar.gz
+	tar xzf input-pack.tar.gz
+	rm input-pack.tar.gz
+	mv input-pack/alexa-top-1k.txt 37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1
+	mv input-pack/alexa-top-1m.txt e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290
+	rm -rf input-pack
diff --git a/data/inputs/e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290.desc b/data/inputs/e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290.desc
new file mode 100644
index 0000000..07030c6
--- /dev/null
+++ b/data/inputs/e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290.desc
@@ -0,0 +1,2 @@
+{id: e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290, name: Alexa Top 1m domains, description: 'The Alexa list of 1 million most visited domains fetched from here: http://www.alexa.com/topsites'}
+





More information about the tor-commits mailing list