Code Monkey home page Code Monkey logo

asxanns's Introduction

asxanns

ASX stock announcement notifier

Usage

  • Download repository
  • Download and install node and npm
  • Adjust config.json.example and rename it to config.json
  • npm install in cmd in repo directory
  • Run with node asxanns
  • For servers, forever can be used to keep the script up
  • You'll probably get many notifications on first run since it shows all anns within the last 24h

Config

Key Type Description
DesktopNotification boolean Enable notifications
DiscordWebhook boolean Enable Discord webhook messages
DiscordWebhookID string Webhook ID
DiscordWebhookToken string Webhook Token
DiscordWebhookPing string Leave blank to not ping anyone. This can be set to @here, @everyone, <@userID>, <@&roleID>, etc
WatchList string[] Stocks (tickers) to watch for announcements

Webhook ID and token are from webhook's URL: https://discord.com/api/webhooks/[id]/[token]

{
    "DesktopNotification": true,
    "DiscordWebhook": false,
    "DiscordWebhookID": "123456789012345678",
    "DiscordWebhookToken": "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmo",
    "DiscordWebhookPing": "@here",
    "WatchList": [
        "VML",
        "Z1P"
    ]
}

asxanns's People

Contributors

zklm avatar

Watchers

 avatar

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.