sicksand / HelloGold-Price-Notification

HelloGold price at your desktop (Mac/Windows) . A notification for every minute (you can customize) of HelloGold price

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloGold-Price-Notification

HelloGold price at your desktop (Mac/Windows) . A notification for every minute (you can customize) of HelloGold price

Windows

windows notification

Prerequisite

  1. Know how to PowerShell

Installation

  1. Install BurntToast -> here
  2. Run set-executionpolicy remotesigned to enable BurntToast
  3. Run Import-Module BurntToast
  4. Run .\hellogold.ps1
  5. Put in Task Scheduler if you want for automation. Here are the instructions

MacOS / OSX

osx notification

Prerequisite

  1. Know how to bash scripting

Installation

  1. Download the file hellogold.sh
  2. Run chmod a+x hellogold.sh and run ./hellogold.sh
  3. If got error jq not found, install it. brew install jq
  4. Put in cronjob for automatic notification

Disclaimer

  1. All logo and text of HelloGold are belong to HelloGold Sdn Bhd.

Donate

Like my work? Donate as you like. Thank you in advance. Donate me

About

HelloGold price at your desktop (Mac/Windows) . A notification for every minute (you can customize) of HelloGold price

License:MIT License


Languages

Language:PowerShell 51.6%Language:Shell 48.4%