项目作者: GildedHonour

项目描述 :
A genuine Perl 6 client for Telegram Bot API
高级语言: Perl 6
项目地址: git://github.com/GildedHonour/TelegramBot.git
创建时间: 2015-09-25T06:53:57Z
项目社区:https://github.com/GildedHonour/TelegramBot

开源协议:Apache License 2.0

下载


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

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

Installation

  1. $ zef install TelegramBot

Tests

  1. PERL6LIB=lib prove -e perl6 t

Author

Alex Maslakov

Contributors

Martin Barth (ufobat)

David Warring (dwarring)

License

Apache 2.0