在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:weirdmeetup/koalabot开源软件地址:https://github.com/weirdmeetup/koalabot开源编程语言:JavaScript 88.7%开源软件介绍:koalabot이상한모임 슬랙에서 사용하는 koalabot입니다. koalabot is a chat bot built on the Hubot framework. It was initially generated by generator-hubot, and configured to be deployed on Heroku to get you up and running as quick as possible. This README is intended to help get you started. Definitely update and improve to talk about your own instance, how to use and deploy, what functionality he has, etc! DevelopmentRunning koalabot LocallyFirst of all, You need to install icu4c. brew install icu4c If you do not use OS X check here. You can test your hubot by running the following. You can start koalabot locally by running: bin/hubot You'll see some start up output about where your scripts come from and a prompt:
Then you can interact with koalabot by typing
ScriptingAn example script is included at For many common tasks, there's a good chance someone has already one to do just the thing. hubot-scriptsThere will inevitably be functionality that everyone will want. Instead of writing it yourself, you can check hubot-scripts for existing scripts. To enable scripts from the hubot-scripts package, add the script name with
extension as a double quoted string to the external-scriptsHubot is able to load scripts from third-party
You can review PersistenceIf you are going to use the
If you don't require any persistence feel free to remove the
AdaptersAdapters are the interface to the service you want your hubot to run on. This can be something like Campfire or IRC. There are a number of third party adapters that the community have contributed. Check Hubot Adapters for the available ones. If you would like to run a non-Campfire or shell adapter you will need to add
the adapter package as a dependency to the Once you've added the dependency and run
Where Deployment
If your Heroku account has been verified you can run the following to enable and add the Redis to Go addon to your app.
If you run into any problems, checkout Heroku's docs. You'll need to edit the More detailed documentation can be found on the deploying hubot onto Heroku wiki page. Deploying to UNIX or WindowsIf you would like to deploy to either a UNIX operating system or Windows. Please check out the deploying hubot onto UNIX and deploying hubot onto Windows wiki pages. Campfire VariablesIf you are using the Campfire adapter you will need to set some environment variables. Refer to the documentation for other adapters and the configuraiton of those, links to the adapters can be found on Hubot Adapters. Create a separate Campfire user for your bot and get their token from the web UI.
Get the numeric IDs of the rooms you want the bot to join, comma delimited. If
you want the bot to connect to
Add the subdomain hubot should connect to. If you web URL looks like
Restart the botYou may want to get comfortable with |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论