Menu

Tree [5a5147] master /
 History

HTTPS access


File Date Author Commit
 .settings 2014-04-10 drad drad [f2bc1a] Initial commit
 src 2014-05-08 ader ader [5a5147] addressed ticket #12 (Create Hooks To Add Id/Re...
 .gitignore 2014-05-07 ader ader [b13460] created
 .project 2014-04-10 ader ader [a41992] corrected project name
 .pydevproject 2014-04-10 drad drad [f2bc1a] Initial commit
 COPYING 2014-04-14 ader ader [daff0d] * added build script (ant)
 README 2014-04-14 ader ader [daff0d] * added build script (ant)
 build.properties 2014-04-14 ader ader [daff0d] * added build script (ant)
 build.xml 2014-04-14 ader ader [daff0d] * added build script (ant)

Read Me

cryptik README

USAGE
-------------
The following steps show how to use cryptik; however, we recommend reviewing the usage page on the cryptik wiki:
 * https://sourceforge.net/p/cryptik/wiki/Usage/

1. Download the latest version of cryptik (<https://sourceforge.net/projects/cryptik/>) and extract to the location of your choice (e.g. $ tar -C ~/scripts -xjf cryptik-0.1.0021.tar.bzip2)
2. Change to extract directory: $ cd ~/scripts/cryptik
3. Call cryptik: $ python cryptik.py

Perhaps you want to see a bit more info, simply specify the full response-data-format:
$ python cryptik.py --response-data-format=full

To see all known/configured exchanges:
$ python cryptik.py --list-exchanges

Call help to see all options available:
$ python cryptik.py --help


Example Conky Usage
-------------
Insert the following lines in your .conkyrc file and you will have two tickers, one with the current price from BitcoinAverage and one from Coinbase.
CRYPTIK
  ${texeci 600 python ~/scripts/cryptik-0.1.0022/cryptik -e BITCOINAVERAGE -c ~/scripts/cryptik-0.1.0022/config.json}
  ${texeci 600 python ~/scripts/cryptik-0.1.0022/cryptik -e COINBASE -c ~/scripts/cryptik-0.1.0022/config.json}



Developers and/or Bleeding Edge Code
-------------
Generally speaking, distributions are cut and released in conjunction with new changes being posted to the git repo; however, from time to time, there may be newer code available in the repo. 
To use code directly from the repo, simply replace step #1 from above with a clone from the repo:
* $ git clone https://ader@git.code.sf.net/p/cryptik/code cryptik

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.