# Tgbot

[![Gem Version](https://badge.fury.io/rb/tgbot.svg)](https://badge.fury.io/rb/tgbot)
![Bot API Version](https://img.shields.io/badge/Bot%20API-3.4-blue.svg?style=flat-square)
![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat-square)

A tiny but easy-to-use wrapper of [Telegram Bot API](https://core.telegram.org/bots/api).

## Install

    gem install tgbot

## Usage

See [example.rb](example.rb) or [usage.md](usage.md).

**Ideas wanted.**

## Contribute

PRs/issues are welcome.