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