Skip to content

slack-ruby/slack-ruby-bot-server-stripe-sample

Repository files navigation

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

About

Sample for slack-ruby-bot-server-stripe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages