https://github.com/ohmycloud/feishubot
A mini tool for sending message to feishu group.
https://github.com/ohmycloud/feishubot
Last synced: over 1 year ago
JSON representation
A mini tool for sending message to feishu group.
- Host: GitHub
- URL: https://github.com/ohmycloud/feishubot
- Owner: ohmycloud
- License: artistic-2.0
- Created: 2022-07-06T03:47:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T05:26:54.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T16:14:25.955Z (over 1 year ago)
- Language: Raku
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
====
FeiShuBot - A mini tool for sending message to feishu group.
SYNOPSIS
========
```raku
use FeiShuBot;
my $hook-url = "https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
my $secret = "xxxxxxxxxxxxxxxxxxxxxx";
my $client = FeiShuBot.new(:$hook-url, :$secret);
my $msg = "I'm a bot";
$client.send($msg);
```
DESCRIPTION
===========
FeiShuBot is a mini tool for sending message to feishu group.
AUTHOR
======
COPYRIGHT AND LICENSE
=====================
Copyright 2022
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.