README

NAME

FeiShuBot - A mini tool for sending message to feishu group.

SYNOPSIS

use FeiShuBot;

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

[email protected]

COPYRIGHT AND LICENSE

Copyright 2022

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

FeiShuBot v0.0.1

Custom bot for feishu

License

Artistic-2.0

Dependencies

Digest::HMACDigestDigest::SHAMIME::Base64Cro::HTTP::Client

Test Dependencies

Provides

  • FeiShuBot

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.