Skip to content

Get the best deals on LocalBitcoins! A quick hack in Go.

Notifications You must be signed in to change notification settings

ishbir/lbcmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LBCMonitor

LBCMonitor is a simple Go app for getting your money's worth of Bitcoins if you're trading on LocalBitcoins.

How does it work?

Change URLs in lbcmonitor.go to whatever page of LBC that you want to monitor appended with .json. Also change the variable selling to true/false appropriately.

Compile the app and run it as lbcmonitor --help to see help arguments. There are two modes of operation. One is to track the price of Bitcoin and report the most favourable values (prices higher than threshold specified by --xbtprice if selling, and lower if buying). The second is to automatically calculate the rate from the given values of fiat and XBT and report good deals.

You can also switch between best rate for selling (default) and buying (with --buy option).

The app is intended to be a quick and dirty hack for getting the job done. You will most likely need to modify output fields and/or some logic based on how you want to see things.

License

Do whatever the hell you want.

About

Get the best deals on LocalBitcoins! A quick hack in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages