Skip to content
/ StockBot Public

A small bot that sends the last stock quote for defined symbols (AAPL..) to telegram.

License

Notifications You must be signed in to change notification settings

klyse/StockBot

Repository files navigation

StockBot

Sends the stock info of the day before at 07:00 UTC.

Deployment on Azure Functions.

Configuration Keys

  • AlphavantageApiKey
  • Telegram:ApiKey
  • Telegram:NotificationToken (must be the same as in the specified callback https://url?token={notificationToken}
  • Timers:DailyStockSummary (every day at 7 UTC: 0 0 7 * * *)

Stock info

Provided by: https://www.alphavantage.co/

Limited to 5 requests/min and 500 requests per day in free version

Telegram Bot

Register using BotFahter: https://telegram.me/BotFather

Debug

Start the Azure Storage Emulator before debugging.

About

A small bot that sends the last stock quote for defined symbols (AAPL..) to telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages