Git Product home page Git Product logo

cuofco-mortgage-rate-check's Introduction

Archived

This project is archived as of early 2024 because I created the more generic mortgage-rate-checker. When I archived this project, it still worked properly, but won't be actively maintained any longer.

Credit Union of Colorado Mortgage Interest Rate Checker

ci Docker

Automatically check mortgage interest rates at the Credit Union of Colorado (CUofCO), and notify through Telegram.

Motivation

I want to stay updated about interest rates, so I know whether to refinance my mortgage or not.

Usage

Environment variables

Name Required Default value Example value
PURCHASE_PRICE Yes 450000 450000
DOWN_PAYMENT Yes 50000 50000
ZIP_CODE Yes 80001 80001
BOT_TOKEN Yes bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
CHAT_ID Yes 123456789
HEALTHCHECKS_URL No https://hc-ping.com/00000000-0000-0000-0000-000000000000
DELAY No 1d 7d (or any other permissible value for the sleep command)

BOT_TOKEN and CHAT_ID are obtained after creating your own Telegram bot.

Docker

  cuofco-mortgage-rate-check:
    image: stevenmassaro/cuofco-mortgage-rate-check
    container_name: cuofco
    cap_add:
      # SYS_ADMIN permissions are necessary for Selenium to operate correctly.
      - SYS_ADMIN
    environment:
      PURCHASE_PRICE: 450000
      DOWN_PAYMENT: 50000
      ZIP_CODE: 12345
      BOT_TOKEN: bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
      CHAT_ID: 123456789
      HEALTHCHECKS_URL: https://hc-ping.com/00000000-0000-0000-0000-000000000000

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.