ASU-CodeDevils / flameboi-slack-api

A Slackbot API for the old CodeDevils Slack server.
https://asu-codedevils.github.io/flameboi-slack-api/
MIT License
4 stars 0 forks source link

Adding basic spot to throw lambda slash command files and a couple ex… #12

Closed stucamp closed 4 years ago

stucamp commented 4 years ago

roll.py is using the AWS lambda Python 2.7 env... which has urlparse libs and kinda where I started.

fah.py is using the AWS lambda Python 3.7 env... which doesn't and using substituting with the urllib.parse library results in me getting everything in a dict with byte objects for keys... didn't really look into it too much since was more messing with the aws lambda stuff and figure python will come back on it own... lol