Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goodmind/cycle-telegram
- Owner: goodmind
- License: mit
- Created: 2016-05-07T15:56:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T10:23:32.000Z (over 7 years ago)
- Last Synced: 2024-10-13T07:04:08.822Z (2 months ago)
- Topics: bot, cyclejs, telegram
- Language: TypeScript
- Homepage:
- Size: 2 MB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-telegram-bots - cycle-telegram - A Cycle.js driver for Telegram Bot API (Under development) (Libraries / Node.js)
- awesome-telegram - cycle-telegram - Cycle.js driver (Bot Libraries)
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