Skip to content

joetho786/Cryptocurrency-webhook

Repository files navigation

Cryptocurrency-webhook

A discord webhook that displays crypto currency rates on a timed interval(specified in spreadsheet)

Requirements

  • A google spreadsheet to maintain and store crypto currency data

image

image

image

  • A discord webhook url

Setting up

  • Create a spreadsheet as per above shown images
  • Open tools => Script editor to open Google App Script
  • Copy the files in the repo
  • Set Triggers(postUpdates: every minute and sendUpdates: every hour)
  • Note: Dont forget to use discord webhook url in places mentioned in code

And you are good to go!!