Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gildedhonour/telegrambot
- Owner: GildedHonour
- License: apache-2.0
- Created: 2015-09-25T06:53:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:29:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T20:42:23.969Z (3 months ago)
- Topics: perl6, telegram, telegram-bot, telegram-bot-api
- Language: Perl 6
- Homepage: https://core.telegram.org/bots/api
- Size: 63.5 KB
- Stars: 24
- Watchers: 11
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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