vitorgamer58 / finbot

A simple telegram bot to track stock portfolio in Bovespa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finbot

A simple telegram bot to track stock portfolio in Bovespa.

Installation

First you'll need to create the bot using Telegram's BotFather to get a token. Then edit finbot/finbot.py with your bot's token and it's all set.

Usage

The bot have a few commands:

  1. /price <STOCK_CODE>: fetch the current price
  2. /buy <STOCK_CODE> <QUANTITY> <PRICE>: adds a certain quantity of stocks to the user portfolio
  3. /sell <STOCK_CODE> <QUANTITY> <PRICE>: removes a certain quantity of stock from the user portfolio
  4. /current: summarizes the current portfolio value

About

A simple telegram bot to track stock portfolio in Bovespa

License:MIT License


Languages

Language:Python 100.0%