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: 3 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T10:23:32.000Z (about 8 years ago)
- Last Synced: 2025-04-23T14:14:19.168Z (15 days ago)
- Topics: bot, cyclejs, telegram
- Language: TypeScript
- Homepage:
- Size: 2 MB
- Stars: 21
- Watchers: 1
- 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)
- awesome-telegram - cycle-telegram - A Cycle.js Driver by [andretshurotshka](https://github.com/goodmind). (Bot Libraries / Unofficial)
README
# Cycle Telegram Driver
![]()
[](https://travis-ci.org/goodmind/cycle-telegram)
[](http://standardjs.com/)
[](https://github.com/RichardLitt/standard-readme)
[](https://badge.fury.io/js/cycle-telegram)
[](https://david-dm.org/goodmind/cycle-telegram)
[](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