Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 984 Bytes

File metadata and controls

30 lines (20 loc) · 984 Bytes

Slack Ruby Bot Server Stripe Sample

test

What is this?

A sample app based on slack-ruby-bot-server-sample that integrates with Stripe using slack-ruby-bot-server-stripe.

Running the Sample

Create .env file with the following settings.

SLACK_CLIENT_ID=...
SLACK_CLIENT_SECRET=...
SLACK_VERIFICATION_TOKEN=...
SLACK_OAUTH_SCOPE=bot,commands
STRIPE_API_KEY=...
STRIPE_API_PUBLISHABLE_KEY=...
STRIPE_SUBSCRIPTION_PLAN_ID=...

Run bundle install and foreman start.

Copyright & License

Copyright Daniel Doubrovkine, 2020

MIT License