All Projects → GildedHonour → TelegramBot

GildedHonour / TelegramBot

Licence: Apache-2.0 license
A genuine Perl 6 client for Telegram Bot API

Projects that are alternatives of or similar to TelegramBot

Rastreiobot
Telegram Bot @RastreioBot
Stars: ✭ 196 (+716.67%)
Mutual labels:  telegram-bot, telegram-bot-api
fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (+145.83%)
Mutual labels:  telegram-bot, telegram-bot-api
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+925%)
Mutual labels:  telegram-bot, telegram-bot-api
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+3512.5%)
Mutual labels:  telegram-bot, telegram-bot-api
Truecaller-Smsbomber telegram bot
Telegram bot which has truecaller and smsbomber features
Stars: ✭ 30 (+25%)
Mutual labels:  telegram-bot, telegram-bot-api
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+587.5%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (+212.5%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+8083.33%)
Mutual labels:  telegram-bot, telegram-bot-api
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+879.17%)
Mutual labels:  telegram-bot, telegram-bot-api
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+291.67%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-37.5%)
Mutual labels:  telegram-bot, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (+8.33%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+9116.67%)
Mutual labels:  telegram-bot, telegram-bot-api
Haskell Telegram Api
Telegram Bot API for Haskell
Stars: ✭ 184 (+666.67%)
Mutual labels:  telegram-bot, telegram-bot-api
Teledart
A Dart library interfacing with the latest Telegram Bot API.
Stars: ✭ 142 (+491.67%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+933.33%)
Mutual labels:  telegram-bot, telegram-bot-api
Bot Api Base
Clear and simple Telegram bot API
Stars: ✭ 122 (+408.33%)
Mutual labels:  telegram-bot, telegram-bot-api
Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (+420.83%)
Mutual labels:  telegram-bot, telegram-bot-api
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-20.83%)
Mutual labels:  telegram-bot, telegram-bot-api
tmdb bot
IMDB Telegram bot clone using TMDB to get info about movies and TV shows.
Stars: ✭ 22 (-8.33%)
Mutual labels:  telegram-bot, telegram-bot-api

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].