Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ohmycloud/feishubot

A mini tool for sending message to feishu group.
https://github.com/ohmycloud/feishubot

Last synced: 2 days ago
JSON representation

A mini tool for sending message to feishu group.

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.