Tracks stock analysis from Inderes.fi. Sends daily notifications of changes in stock recommendations to Telegram.
npm install
npm run build
npm run start
By default, when run locally, the program will do a dryrun, printing the HTML-formatted content of the messages instead of sending the messages to Telegram.
In order to send messages to Telegram, you'll need to setup a bot and a chat, and either disable the local dryrun, or deploy the program to AWS Lambda.
npm run build
npm run lint
npm run test
When running npm install
, husky should setup a pre-commit hook, so these will be run automatically before each commit.
npm install serverless
sls deploy
This source code is provided as is. This code nor its authors do not provide financial advice, and you are to do your own research.
This program uses:
- inderes.fi to fetch stock analysis and prices
- telegram.org to send push notifications