Skip to content

GildedHonour/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%