Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.
/ bitscript Public archive

Just a bash-script to make bitcoin price-graphs

License

Notifications You must be signed in to change notification settings

mjturt/bitscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitscript

Bash-script to make bitcoin price-graphs. I've done this just for practicing git.

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.

Dependecies

  • bash(of course)
  • gnuplot
  • screen(optional)

Installation

git clone https://github.com/mjturt/bitscript.git

Usage

./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.

About

Just a bash-script to make bitcoin price-graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published