Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leionion/trading-tg-bot

Make a Typescript-Express Blockchain API for (personal learning project)
https://github.com/leionion/trading-tg-bot

bot express javascript

Last synced: 10 days ago
JSON representation

Make a Typescript-Express Blockchain API for (personal learning project)

Awesome Lists containing this project

README

        

# RSI Notifier bot

> Wanna fork? Feel free and chat with the Telegram bot @BotFather to have your TOKEN.

## How it works
- Fetch Stock/Currency from Yahoo Finance (find symbols there).
- Calculate the RSI (daily, 14).
- Send a daily Telegram notification using CRON.

# Installation

It's a basic nodejs app, so

```sh
git clone [github_url] rsi-bot
cd rsi-bot
npm install
npm run start
```