Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gildedhonour/telegrambot

A genuine Perl 6 client for Telegram Bot API
https://github.com/gildedhonour/telegrambot

perl6 telegram telegram-bot telegram-bot-api

Last synced: 3 months ago
JSON representation

A genuine Perl 6 client for Telegram Bot API

Awesome Lists containing this project

README

        

Telegram Bot [![Build Status](https://travis-ci.org/GildedHonour/TelegramBot.svg)](https://travis-ci.org/GildedHonour/TelegramBot)
================================================
A genuine Perl 6 client for the [Telegram's Bot API](https://core.telegram.org/bots).

## Does anyone want to become the maintainer?

Shoot me a text

## Example

```perl6
use Telegram;

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

## Installation

```shell
$ zef install TelegramBot
```

## Tests

```shell
PERL6LIB=lib prove -e perl6 t
```

## Author

[Alex Maslakov](http://gildedhonour.com)

## Contributors
Martin Barth (ufobat)

David Warring (dwarring)

## License

Apache 2.0