botman / studio

Ready to use BotMan + Laravel framework
330 stars 90 forks source link

configure slack #19

Closed mikeyb closed 7 years ago

mikeyb commented 7 years ago

How?

When configuring your Slack app for event subscriptions, provide the URL that points to your BotMan logic / controller in the "Request URL" field.

What is this url in your framework? It is not clear

mikeyb commented 7 years ago

https://gyazo.com/109ab0804c83d773592ea98dba4279b1

mikeyb commented 7 years ago

app is on my domain, what is the url

mpociot commented 7 years ago

The route is /botman See: https://github.com/botman/studio/blob/master/routes/web.php

mikeyb commented 7 years ago

You are laravel wizard +3, thanks. This is a slick app. Please send over crypto tip address (no is not an option)

mpociot commented 7 years ago

Can you tell me where to create one? I don't have one yet. ;) You're can of course support the project on Patreon or via PayPal too.

mikeyb commented 7 years ago

blockchain.info has a simple web wallet. Quick and easy for small amounts like tips. Might be worth setting up and verifying an account on coinbase.com as well to cash out bitcoin -> fiat as desired

mpociot commented 7 years ago

Great. Thanks. The wallet address is 18r5MfGB1DFF9d99vfwauWwViacLbiGvYJ :)

mikeyb commented 7 years ago

On its way! Thanks again. 18r5MfGB1DFF9d99vfwauWwViacLbiGvYJ

One question while I have you... =]

Is there a recommended method to rate limiting requests by hears() or middleware functionality? Im sure there is an elegant solution and figure I would start with you before digging in deeper.