登录 注册
当前位置:主页 > 资源下载 > 48 > 适用于Telegra.ph的微小API助手是Tele

适用于Telegra.ph的微小API助手是Tele

  • 更新:2024-12-12 14:20:50
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

:memo: 电报 Telegra.ph的微型API助手。 原料药 安装 $ npm install telegra . ph -- save 例子 const Telegraph = require ( 'telegra.ph' ) const client = new Telegraph ( ) client . createAccount ( ) . then ( ( account ) => { client . token = account . access_token return client . getPageList ( ) } ) . then ( ( pages ) => console . log ( pages ) ) const Telegraph = require ( 'telegra.ph' ) const client = new Telegraph