CONKY COINMARKETCAP CRYPTO TICKER

in #conky7 years ago (edited)

Selezione_010.png

Hi guys,

i have built a little conky script who scrape coinmarketcap json information and show it in linux desktop.

1- install php in your linux distro (i have mint):

$sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$sudo apt-get install php5.6

2- install conky:

sudo apt-get install conky-all

3- install conky manager:

$sudo apt-add-repository -y ppa:teejee2008/ppa
$sudo apt update
$sudo apt install conky-manager

4 - download my conky script and put into ./conky dir like /home/user/.conky/

http://bit.ly/2GblhAo

5 - open conky manager and select the script:
Selezione_011.png

Enjoy!