Skip to content

springhack/lark-bot-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lark-bot-shell

Lark/飞书机器人 Bash 实现,又一个坑

Usage

  1. Place file .env into project root, contains below
APPID=''                # AppID
APPSECRET=''            # App Secret
SERVER_PORT=8080        # Server Port
EMAIL_SUFFIX='dosk.win' # Email suffix
  1. Edit ./bin/cmd for yourself usage
  2. Edit ./etc/bashttpd.conf for router
  3. Run ./bin/cmd or ./bin/server to use
  4. Fill event url to http://${IP}:${PORT}/on_bot

About

Lark/飞书机器人 Bash 实现,又一个坑

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages