Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 706 Bytes

StockBot 💹 💰

Discord Bot which gives information about stocks listed in the Indian Stock Exchange

Commands:

!test: gives a recommendation of a bluechip stock you should invest in.
!growth: gives a recommendation of a growth stock you should invest in.
!returns: Enter the price you bought a stock at and the current price and it will calculate the profit% 🧾.
!price: Enter the BSE code of the stock and it will display the price, name and change% 📈.

Requirements:

To run this program, you will need to:
Install discord.py
Install bsedata library
You can do this using:

$ pip install discord.py
$ pip install bsedata