Skip to content

savala/slackStocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack Stocks

A slack slash command that gives you pricing information on a stock ticker

Showcase

Setup

In your team settings, add a Slash Command Configuration Add a custom slash command configuration

Make sure your settings are like so:

  1. Add the command name "/stock"
  2. Add in the URL like so "http:///stock
    • This assumes that you've deployed your application to AWS, heroku, digitalocean, or wherever you feel like so
    • Essentially, in slack when you type in " /stock xyz ", it will automatically call the above url as http://yourappurl/stock?text=xyz
  3. Set the Method type to GET
  4. If you've configured it correctly then you should be good to go! I've added a setup screenshot below as well

Add a custom slash command configuration

If you have any questions, concerns, or anything feel free to reach out to me @saiavala

About

Slackbot for stock prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages