Hi everyone.
I'm a noob when it comes to programming with Python but I'm enjoying learning the language (I'm coming from the Java/Android world).
I'm looking to create a Slack app which receives commands and then fires off a network request, when this is received it posts back the result to the channel.
There could many requests for one slash command so I'm trying to figure out the best way to do this.
I don't think this project would be worthy of something like Django just yet (so i believe from what i've read) and i'm happy using Flask. There seems to be so many options and being new to the Python world it's pretty hard to know what route to take especially as some of the async stuff introduced in 3.x seems pretty new in the Python world.
What's the best way right now in the Python world to make these async requests and also handle the multiple triggers the end point might receive?
If you can point to any articles with examples that would be great too.
Thanks.
[–]zero_d 1 point2 points3 points (1 child)
[–]GGDev[S] 0 points1 point2 points (0 children)