Skip to content

This is my code for a discord bot that returns stock prices.

Notifications You must be signed in to change notification settings

sanjithudupa/discord-stockbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord StockBot

StockBot is a

Usage

When the bot is active/online, type stock.(some company's symbol/ticker) For example, a valid command would be stock.GOOG

Libraries

For the Discord connection, I used the Javacord library. I didn't use any API's for directly collecting the stock data, but I used the JSoup library for scraping data directly from the Yahoo Finance website. For returning graphs of the input, I used the TDAmeritrade website and used Jsoup to find the image. See StockFunctions.java for the data collection.

About

This is my code for a discord bot that returns stock prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published