Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliencrn/telegram-rsi-bot

Send me the price and the Relative Strength Index (RSI) for some crypto assets, stocks and indexes
https://github.com/juliencrn/telegram-rsi-bot

bot cryptocurrency finance rsi stocks telegram-bot trading trading-bot yahoo-finance

Last synced: 14 days ago
JSON representation

Send me the price and the Relative Strength Index (RSI) for some crypto assets, stocks and indexes

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
```