-
I'd like to use this code in a multi-part bot to search for specific text and then retrieve that page in a slackbot.
-
GPT-3 + GASで作るSlackbot
https://qiita.com/malleroid/items/36def200eadfce51c5f2
-
Slack is in progress of deprecating RTM protocol in favor of events (which require the bot to roll a whole http server).
To reproduce:
1. Create new app on https://api.slack.com/apps?new_app=1
…
-
Hi Stan
https://1d14-49-43-101-187.ngrok-free.app/ ---> {"detail":"Not Found"}
------------------------------
C:\Users\DELL\slackbot\slackbot>uvicorn main:api --reload --port 1234
←[32mI…
-
Slack's [example bot](https://github.com/slackhq/python-rtmbot) has something like cron for your plugins - so your bot can initiate stuff. It would be nice if slackbot would provide such functionality…
-
![screen shot 2016-02-09 at 20 52 52](https://cloud.githubusercontent.com/assets/92843/12928686/2b921f66-cf6f-11e5-998f-bc0a2f01e1b8.png)
Fixes needed:
- [ ] be able to specify a custom icon, custom …
-
Instead of this all being basically a repository of a `slackbot` instance, have you thought about separating the modules into individual package? ( I've done this at https://github.com/kvarga/slackbo…
-
https://github.com/tsg-ut/slackbot/blob/c874ff8d3a73f3d5d7459daf56738e66dda0b624/.github/workflows/test.yml#L42-L48
continue-on-error: trueなので、それ自体がマージを阻害はしないけど
-
[os/slacker](https://github.com/os/slacker) uses im.open and it will stop working on Feb 24, 2021 according to this [Slack announcement](https://api.slack.com/changelog/2020-01-deprecating-antecedents…
-
Any reason why the websocket-client version is stuck at 0.44? The current version is 0.56. How hard would it take to upgrade slackbot to 0.56?
hadim updated
4 years ago