Skip to content

showmikgupta/stocker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocker Discord Bot

Stocker Discord Bot is a bot that can give various statistics and charts on any given stock. The bot is implemented using python to handle commands and retrieving stock information from Alpha Vantage using this library wrapper.

Installation

This is only for stocker-bot developers to use to work on and run the bot locally on their machine. Use the package manager pip to install stocker-bot

pip install -r requirements.txt

Make sure to ask me for the .env files so you can get the DISCORD_TOKEN and ALPHAVANTAGE_API_KEY

Commands

The bot supports the following commands:

Command Description
!help shows all the commands and description
!chart {ticker} {timeframe=optional} displays a chart showing closing price of the given stock history over the giventimeframe. Timeframes include 1M (default), 3M, 6M, YTD, 1Y, 2Y, and 5Y
!price {ticker} displays the current, high, low, open, and previous closing prices along with the percent change and the volume
!stocks Sends a link to the New York Stock Exchange directory with all the currently traded securities
!dark Enables dark mode for charts (default)
!light Enables light mode for charts

There are more commands that are going to be added for technical indicators and top daily movers.

About

Discord bot that displays charts and information about a stock of a user's choice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages