-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathREADME
31 lines (24 loc) · 798 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NAME
OpenDNS Stats Fetcher
SYNOPSIS
fetchstats <username> <network_id> <YYYY-MM-DD> [<YYYY-MM-DD>]
DESCRIPTION
Automatically fetch your OpenDNS Top Domains data for the given
date range in CSV format. Fetches all pages and combines them
into one CSV file, which is printed to STDOUT.
INSTALLATION
The script doesn't need to be "installed" but it is nice to put
it on your PATH somewhere. Your curl program must be on your
PATH, as well.
DEPENDENCIES
BASH <http://www.gnu.org/software/bash/>
cURL <http://curl.haxx.se/>
VERSION
0.1
AUTHOR
Richard Crowley <[email protected]>
Brian Hartvigsen <[email protected]>
LICENSE
This work is licensed under a Creative Commons
Attribution-Share Alike 3.0 Unported License
<http://creativecommons.org/licenses/by-sa/3.0/>