Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliencrn/telegram-rsi-bot
- Owner: juliencrn
- Created: 2021-11-20T19:18:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T03:44:10.000Z (about 3 years ago)
- Last Synced: 2024-10-06T01:41:48.229Z (5 months ago)
- Topics: bot, cryptocurrency, finance, rsi, stocks, telegram-bot, trading, trading-bot, yahoo-finance
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```