GildedHonour / TelegramBot

A genuine Perl 6 client for Telegram Bot API

Home Page:https://core.telegram.org/bots/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A genuine Perl 6 client for Telegram Bot API

https://core.telegram.org/bots/api

License:Apache License 2.0


Languages

Language:Perl 6 100.0%