Initial commit
[btcspy.git] / README
1 btcspy\r
2 \r
3 GPL v3\r
4 David Llewellyn-Jones\r
5 D.Llewellyn-Jones@ljmu.ac.uk\r
6 david@flypig.co.uk\r
7 http://www.flypig.co.uk\r
8 \r
9 \r
10 To use btcspy as a standalone script, open a command window in the \r
11 btcspy folder (you can do this by Shift-Right-Clicking on the folder\r
12 and selecting "Open command window here" from the menu). Then type the\r
13 following\r
14 \r
15 btcspy.ph\r
16 \r
17 For help type\r
18 \r
19 btcspy.ph --help\r
20 \r
21 To use btcspy within a Python program (or in the Python interpreter)\r
22 you can do the following:\r
23 \r
24 import btcspy\r
25 result = btcspy.history()\r
26 print (result)\r
27 \r
28 Note that for this to work, the contents of the btcspy folder has to be \r
29 in the currently selected directory.\r
30 \r
31 For more information, please feel free to contact David\r
32 D.Llewellyn-Jones@ljmu.ac.uk\r