Coder Social home page Coder Social logo

connectai-e / botops Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 2.0 874 KB

📦 A command line tool that makes chatbot deployment easy, supporting Feishu, DingTalk, Discord, Github and Slack.

Home Page: https://www.npmjs.com/package/botops

License: MIT License

TypeScript 99.94% JavaScript 0.06%
bot cli dingtalk discord feishu slack

botops's Introduction

📦 BotOps

A modern cli tool that deploy ChatBot fast

npx botops
botops-demo.mp4

Features

  • Compatible with various ChatBot platforms: Feishu, WeChat, Slack, Dingtalk, Telegram, Discord, and more.
  • Hassle-free setup — simply use npx botops to get started.
  • Default safety ensured — receive updates within your authorized version range.

Installation

Running on-demand:

Using npx you can run the script without installing it first:

npx botops [command] [options]

Globally via npm

npm install --global botops

This will install botops globally so that it may be run from the command line anywhere.

🤯 Usage

# login in first
$ botops auth

# deploy by local manifest.json
$ botops deploy botops.json

# export old feishu app manifest
$ botops show cli_a52ffc2e8e3ad00d -w

# other 
$ botops [command] [options]

Commands:
  botops info    View current authorization status
  botops auth    Request authorize for specific bot platform
  botops deploy  Deploy bot to specific bot platform, support local file or url
  botops show    Display detailed app information or write detailed configuration to a file

Options:
  --version  Show version number                                                           [boolean]
  --help     Show help                                                                     [boolean]

Examples:
  botops info                              Check current authorization status
  botops auth --feishu                     Interactively log in and authorize with Feishu
  botops deploy bot.json                   Deploy the bot to a specific platform using a local confi
                                           guration file
  botops deploy https://example/bot.json   Deploy the bot to a specific platform using a remote conf
                                           iguration URL
  botops show cli_a52ca0ba25b2100d         Show the detail of a feishu app

👻 Explore our manual on https://github.com/ConnectAI-E/botops

Manifest file example

Easily generate a manifest file from your old app using the following commands:

# Display manifest file
botops show [appid]

# Export local file
botops show [appid] -w

whole manifest file example

{
  "name": "botops bot name",
  "desc": "botops test demo desc",
  "avatar": "https://avatars.githubusercontent.com/u/145313435?s=200&v=4",
  "platform": "feishu",
   "callback": [
    {
      "hook": "appid_changed",
      "url": "https://gitmaya.com/feishu/uuidxxxxx?appid=APPID&appsecret=APPSECRET"
    }
  ],
  "feishuConfig": {
    "events": [
      "im.message.message_read_v1",
      "im.message.receive_v1"
    ],
    "encryptKey": "e-fJKrqNbSz9NqSWL5",
    "verificationToken": "v-Ohw8k6KwVynNmzXX",
    "scopeIds": [
      "21001",
      "7",
      "21003",
      "21002",
      "20001",
      "20011",
      "3001",
      "20012",
      "6005",
      "20010",
      "3000",
      "20013",
      "20014",
      "20015",
      "20008",
      "1000",
      "1006",
      "1005",
      "20009"
    ],
    "cardRequestUrl": "https://connect-ai-e.com/feishu/64af64fab84e8e000162ef66/card",
    "verificationUrl": "https://connect-ai-e.com/feishu/64af64fab84e8e000162ef66/event"
  }
}

Development

pnpm install
pnpm start

Configuration

See botops --help for more details

License

MIT License © 2024 river

botops's People

Contributors

leizhenpeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

botops's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.