- a cronjob to get the stock price through telegram bot every day
- deploy on AWS with lambda, eventbridge
- written with python and yfinace
- First you need to create a bot with Telegram @BotFather
- Obtain the bot token, and also the chat id by starting to chat with the bot (reference: https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a)
- Create
.envwith.env.exampleand put the corresponding variables - Run the
stoockie.pyto test the bot message!