Stonks utilizes an unofficial Robinhood API (robin_stocks), discord API, and various other tools/imports to create a user-friendly environment for market enthusiasts. trading market discord-bot discord-api trading-api robinhood strike stock-trading options-trading robinhood-python discord-command ...
A Discord bot that allows you to buy and sell stocks using chat commands. How To Install To launch the project locally, you'll need Node.js installed on your machine. Once you do, follow these steps: 1. Clone the Github Repository: git clone https://github.com/dsnsgithub/stockTrader ...
Love these bots? You can support this project by subscribing to thepremium version,buying me a coffee,using my digital ocean referral link, orhiring meto write or hostyourdiscord bot! Add free tickers to your servers Stocks bb|amc|nok|aapl|amzn|goog|^gspc|^dji|^ixic|tsla|dkng|spy|amd|ni...
fromdispikeimportDispike,DiscordCommand,DiscordResponsefromdispikeimportIncomingDiscordSlashInteractionfromdispike.helperimportEmbedbot=Dispike(...)command=DiscordCommand(name="stock",description="Get the latest active stocks in the market!")@bot.on("stock")asyncdefhandle_stock_request(stockticker:str,ct...
Run npm i --production in the folder you cloned the bot. Run npm i -g pm2 to install PM2. Run pm2 start Xiao.js --name xiao to run the bot. Filling Out Your .env File Getting all the API keys for your .env file can be a pain on a bot this big, I know. That's why I'...
The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise Enterprise platform AI-powered developer platform Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 sup...
stocks: Responds with the current stocks for a company. tenor: Searches Tenor for your query. tumblr: Responds with information on a Tumblr blog. tv-show: Searches TMDB for your query, getting TV show results. twitter: Responds with information on a Twitter user. urban: Defines a word, but...
command = DiscordCommand( name="stock", description="Get the latest active stocks in the market!" ) @bot.on("stock") async def handle_stock_request(stockticker: str, ctx: IncomingDiscordSlashInteraction) -> DiscordResponse: get_price = function(stockticker...) embed=Embed() embed.add_...