An open API service indexing awesome lists of open source software.

https://github.com/cao7113/feishu-app-bot

Feishu app bot
https://github.com/cao7113/feishu-app-bot

app bot feishu

Last synced: 3 months ago
JSON representation

Feishu app bot

Awesome Lists containing this project

README

          

# FeishuAppBot

Feishu App Bot

## Setup

```
# set env-vars
export FEISHU_DEFAULT_APP_ID="cli_xxx"
export FEISHU_DEFAULT_APP_SECRET="xxxxxx"
```

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `feishu_app_bot` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:feishu_app_bot, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .