Simple-Slack-Bot
Simple-Slack-Bot copied to clipboard
Simple Python library for creating Slack bots.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
broken out of #35 which was originally suggested by @coltenkrauter Users should be able to easily reply with reactions
See this link https://api.slack.com/web All Web API responses contain a JSON object, which will always contain a top-level boolean property ok, indicating success or failure. For failure results, the error...
We should allow a function of code to be registered for a time event, or range of time. Basically imagine we wanted a function to execute every morning between x...