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
- Host: GitHub
- URL: https://github.com/cao7113/feishu-app-bot
- Owner: cao7113
- Created: 2022-10-07T06:57:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T06:57:47.000Z (about 3 years ago)
- Last Synced: 2025-05-27T13:54:35.896Z (4 months ago)
- Topics: app, bot, feishu
- Language: Elixir
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .