|
Re: [TBA]: TBA to Slack integration
Quote:
Originally Posted by plnyyanks
App Engine actually has a free tier, and you shouldn't need any more resources that that. Python works nicely on App Engine, so that's a perfectly fine choice (other GAE choices are Java, Go, and PHP)
I'm not sure that library works if webhooks are used. The server wouldn't actually poll the TBA API, the flow would go something like this:
TBA ---( webhook)---> GAE (process, format) -----(Slack Message)---> Slack
|
You're totally right, I had it mixed up in my head. Makes sense.
__________________
All opinions are my own.
|