This project involves connecting a bot with financial data to create a system for checking stocks in real-time.
Firstly, you need to create a Telegram bot using BotFather and obtain its token.
Steps:
- Found BotFather on telegram
- Use /newbot command
- Follow the instructions
- Copy the token and the bot name.
Documentation: https://core.telegram.org/bots/tutorial#obtain-your-bot-token
Next, add your BotToken as an environment variable
- In the appsettings.json set the name of your environment variable where is the token { //.... }, "FinancialEnvironmentVariables": { "BotToken": "NAME_OF_YOUR_VARIABLE" } }
The bot is not deployed yet, in the future I will share it.
This is a side project just for practice.