Bitscript is a bash-script that will take bitcoin price from Bitstamp every five minutes and writes it to end of bit.txt file. There is also plot file(bit.plot) for gnuplot to make graphs.
- bash(of course)
- gnuplot
- screen(optional)
git clone https://github.com/mjturt/bitscript.git
./bitscript.sh (optionally "screen ./bitscript.sh")
That will write every 5 minutes bitcoin price to bit.txt.
gnuplot -p bit.plot
To generate a graph with gnuplot from bit.txt.
You can adjust both files to suit your needs.