Get latest prices and send a notification from BX.in.th and Bitfinex to your LINE account/group by IFTTT webhook service.
You can deploy this to any web service with CRON job to get routine notifications.
มาดอยกันเถอะ~
You need Ruby 2.4.1
with bundler
To install bundler run
gem install bundler
Then clone this project and run
bundle install
You need to provide your IFTTT_KEY
as an ENV variable to use your own web hook and run the command like so. Get your key here
IFTTT_KEY=xxxxx ruby fetch_coins_data.rb
Feel free to post any issue or submit a PR. Thanks!