Giter Site home page Giter Site logo

cryptofollower's Introduction

CryptoFollower

Deploy status Unit tests

CryptoFollower is an Azure function designed to monitor real-time price changes for various cryptocurrencies. Its primary purpose is to notify users of any changes in prices via email or Telegram bot.

The function runs every 30 seconds and triggers an alert if certain conditions are met. Once the alert is triggered, the function notifies user about price changes. Then it stores the current price of the cryptocurrency into Azure Table Storage.

The function has several configurable settings variables, including:

Variable Description
CryptoCurrencyToWatch the ID of the coin being monitored (e.g. "bitcoin")
IsAlertTriggerAbovePrice indicates whether the alert should trigger when the price is above the target price or below it
ShouldBeNotifiedByTelegram indicates whether the user should be notified by Telegram bot
TelegramApiKey api key for your telegram bot
TelegramChatId chat id with your telegram bot
AlertTriggerPrice the target price for the alert
AlertCooldownMinutes the cooldown time between alerts to prevent spamming
CheckCoinInformationSchedule CRON expression that defines how often function will check price
AzureWebJobsStorage the connection string for the Azure storage
APPLICATIONINSIGHTS_CONNECTION_STRING the connection string for logging

Note that these variables can be configured based on your specific needs and preferences. Be sure to adjust them accordingly before deploying the function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.