文件名称:telegram-test-api:电报API的简单实现,可用于测试电报机器人
文件大小:75KB
文件格式:ZIP
更新时间:2024-02-22 01:15:43
api bot telegram test BotJavaScript
电报测试API 这是电报的Web服务器仿真器。 它是为测试电报机器人而设计的,而无需使用实际的电报服务器。 您可以将它包含在Node.JS测试代码中,也可以单独将api作为服务启动。 用作单独的服务 git clone https://github.com/jehy/telegram-test-api.git && cd telegram-test-api cp config/config.sample.json config/config.json并根据需要编辑config/config.json 运行npm start启动服务器 看一下src/modules/telegramClient可以通过简单的HTTP API以所需的任何语言模拟客户端。 使用标准电报API和您自己的服务器URL来测试机器人。 使用NodeJS的内置模块 1.安装 npm install telegram-test-api 2.制作您想要测试的机器人 class TestBot { constructor ( bot ) { bot . onText ( / \/ ping/ , (