Rand Stats

TelegramBot

github:GildedHonour

Telegram Bot Build Status

A genuine Perl 6 client for the Telegram's Bot API.

Does anyone want to become the maintainer?

Shoot me a text

Example

use Telegram;

my $token = "xxx:yyy"; # replace with your token
my $bot = Telegram::Bot.new($token);
my $res = $bot.get-me();
say $res;

Installation

$ zef install TelegramBot

Tests

PERL6LIB=lib prove -e perl6 t

Author

Alex Maslakov

Contributors

Martin Barth (ufobat)

David Warring (dwarring)

License

Apache 2.0