Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goodmind/cycle-telegram

🚲 A Cycle.js Driver for Telegram Bot API
https://github.com/goodmind/cycle-telegram

bot cyclejs telegram

Last synced: about 2 months ago
JSON representation

🚲 A Cycle.js Driver for Telegram Bot API

Awesome Lists containing this project

README

        

# Cycle Telegram Driver







[![Travis](https://img.shields.io/travis/goodmind/cycle-telegram.svg?style=flat-square)](https://travis-ci.org/goodmind/cycle-telegram)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![npm version](https://img.shields.io/npm/v/cycle-telegram.svg?style=flat-square)](https://badge.fury.io/js/cycle-telegram)
[![Dependency Status](https://img.shields.io/david/goodmind/cycle-telegram.svg?style=flat-square)](https://david-dm.org/goodmind/cycle-telegram)
[![devDependency Status](https://img.shields.io/david/dev/goodmind/cycle-telegram.svg?style=flat-square)](https://david-dm.org/goodmind/cycle-telegram#info=devDependencies)

> A [Cycle.js](http://cycle.js.org) [Driver](http://cycle.js.org/drivers.html) for [Telegram](https://telegram.org/)

## Install
```
npm install cycle-telegram --save
```

## Usage

* [Long polling](https://github.com/goodmind/cycle-telegram/blob/master/example/index.js)
* [Web hook](https://github.com/goodmind/cycle-telegram/blob/master/example/index-webhook.js)

## Examples

* [@cyclejs_bot](https://telegram.me/cyclejs_bot) — [source](https://github.com/goodmind/cycle-telegram-bot)
* [@tryhaskell_bot](https://telegram.me/tryhaskell_bot) - [source](https://github.com/goodmind/tryhaskell-bot)

## Contribute

PRs accepted

Note: If you had questions ask them [in my telegram](https://telegram.me/goodmind)

## License

MIT (c) Goodmind