Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/leionion/trading-tg-bot
- Owner: leionion
- Created: 2024-05-31T00:18:41.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T00:19:19.000Z (6 months ago)
- Last Synced: 2024-07-08T13:55:55.915Z (4 months ago)
- Topics: bot, express, javascript
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 3
- 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
```