mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-23 10:27:49 +00:00
parent
1f1e46e01b
commit
e66243a776
27
README.md
27
README.md
@ -1,13 +1,19 @@
|
|||||||
# Node.js Telegram Bot API
|
<h1 align="center">Node.js Telegram Bot API</h1>
|
||||||
|
|
||||||
[](https://core.telegram.org/bots/api)
|
<div align="center">
|
||||||
[](https://travis-ci.org/yagop/node-telegram-bot-api)
|
|
||||||
[](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master)
|
|
||||||
[](https://codecov.io/gh/yagop/node-telegram-bot-api)
|
|
||||||
[](https://telegram.me/node_telegram_bot_api)
|
|
||||||
[](https://telegram.me/Yago_Perez)
|
|
||||||
|
|
||||||
Node.js module to interact with official [Telegram Bot API](https://core.telegram.org/bots/api). A bot token is **required** and can be obtained by talking to [@botfather](https://telegram.me/BotFather).
|
Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api).
|
||||||
|
|
||||||
|
[](https://core.telegram.org/bots/api)
|
||||||
|
[](https://travis-ci.org/yagop/node-telegram-bot-api)
|
||||||
|
[](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master)
|
||||||
|
[](https://codecov.io/gh/yagop/node-telegram-bot-api)
|
||||||
|
|
||||||
|
[](https://telegram.me/node_telegram_bot_api)
|
||||||
|
[](https://telegram.me/ntbasupport)
|
||||||
|
[](https://telegram.me/Yago_Perez)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
@ -55,7 +61,7 @@ bot.on('message', (msg) => {
|
|||||||
* [Examples][examples]
|
* [Examples][examples]
|
||||||
* [Tutorials][tutorials]
|
* [Tutorials][tutorials]
|
||||||
* [Help Information][help]
|
* [Help Information][help]
|
||||||
* API Reference ([release][api-release] / [development][api-dev] / [experimental][api-experimental])
|
* API Reference [api-release] / [development][api-dev] / [experimental][api-experimental])
|
||||||
* [Contributing to the Project][contributing]
|
* [Contributing to the Project][contributing]
|
||||||
* [Experimental Features][experimental]
|
* [Experimental Features][experimental]
|
||||||
|
|
||||||
@ -73,6 +79,8 @@ See our [list of contributors][contributors].
|
|||||||
We have a [Telegram channel][tg-channel] where we post updates on
|
We have a [Telegram channel][tg-channel] where we post updates on
|
||||||
the Project. Head over and subscribe!
|
the Project. Head over and subscribe!
|
||||||
|
|
||||||
|
We also have a [Telegram group][tg-group] to discuss issues related to this library.
|
||||||
|
|
||||||
Some things built using this library that might interest you:
|
Some things built using this library that might interest you:
|
||||||
|
|
||||||
* [tgfancy](https://github.com/GochoMugo/tgfancy): A fancy, higher-level wrapper for Telegram Bot API
|
* [tgfancy](https://github.com/GochoMugo/tgfancy): A fancy, higher-level wrapper for Telegram Bot API
|
||||||
@ -100,3 +108,4 @@ Copyright © 2019 Yago
|
|||||||
[contributors]:https://github.com/yagop/node-telegram-bot-api/graphs/contributors
|
[contributors]:https://github.com/yagop/node-telegram-bot-api/graphs/contributors
|
||||||
[experimental]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/experimental.md
|
[experimental]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/experimental.md
|
||||||
[tg-channel]:https://telegram.me/node_telegram_bot_api
|
[tg-channel]:https://telegram.me/node_telegram_bot_api
|
||||||
|
[tg-group]:https://telegram.me/ntbasupport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user