A Telegram bot to investors:
- Manage your wallet for free;
- Receive reports and notifications;
- See indicators of your favorite brazilian companies;
- 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.
yarn install
yarn run start
yarn run dev
curl -F "url=https://your-bot-domain/message" https://api.telegram.org/bot<your_api_token>/setWebhook
👤 Henrique Augusto
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator