Skip to content

kika/slack-stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot to report stock price to any Slack channel

Runs on Google App Engine Steps to configure:

  1. Create Google App Engine project: https://https://console.developers.google.com
  2. Call it whatever you want. Your integration point for slack would be http://.appspot.com/price/
  3. Clone this repository
  4. Run pip install -r requirements.txt -t lib/ in app subdirectory
  5. Run deploy.sh
  6. Test with curl: curl -X POST -H "Content-Length: 0" http://.appspot.com/price/AAPL
  7. Go to Integrations configuration in your Slack account
  8. Configure the above URL as Outgoing Webhook

About

Slack integration to show stock price

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published