Skip to content

A simple way of sending messages from the CLI output to your Feishu with webhook.

License

Notifications You must be signed in to change notification settings

RASSec/Feishucat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#改自slackcat-> Feishucat

A simple way of sending messages from the CLI output to your Feishu with webhook.

Installation

  • If you have go1.13+ compiler installed: go build -o feishucat main.go

Configuration

1 (optional): Set FEISHU_WEBHOOK_URL environment variable.

export FEISHU_WEBHOOK_URL="https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxx"

Usage

It's very simple!

echo -e "Hello,\nworld!" | ./feishucat

Flags

Usage of slackcat:
  -1    Send message line-by-line
  -u string
        Slack Webhook URL
  -v    Verbose mode

Workaround

The goal is to get automated alerts for interesting stuff!

echo 123| feishucat -1

About

A simple way of sending messages from the CLI output to your Feishu with webhook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%