/br-stocks-bot

A Telegram bot to Brazilian investors

Primary LanguageJavaScript

Bot do Investidor (@brstocksbot)

Version License: MIT

A Telegram bot to investors:

  • Manage your wallet for free;
  • Receive reports and notifications;
  • See indicators of your favorite brazilian companies;

Enviroment

  • Create an .env file similar to .env.example;
  • Add mongoose.connect('mongodb://localhost/yourDatabaseName') in DB_MONGO_URI;
  • Add your Telegram key in TELEGRAM_KEY;
  • Add your Alpha Vantage key in ALPHA_VANTAGE_KEY;
  • Add your Sentry DNS in SENTRY_DSN.

Install

yarn install

Usage

yarn run start

Development mode

yarn run dev

Connecting your bot

curl -F "url=https://your-bot-domain/message"  https://api.telegram.org/bot<your_api_token>/setWebhook

Author

👤 Henrique Augusto

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator