文件名称:BOTServer:http://telegram.org Bot API Webhooks框架,适用于Rubyists
文件大小:34KB
文件格式:ZIP
更新时间:2024-02-25 15:59:26
ruby telegram telegram-bot webhook ruby-cli
BOT服务器 Bot API Webhooks框架,适用于Rubyists。 BOTServer配置,测试和部署漫游器,并运行用于Webhooks路由的快速机架服务器。 有关Telegram Bot API长轮询与Webhooks的详细信息: Webhooks? 据我所知,至少有三个Telegram Bot Ruby客户端,下面列出了: 注意:它们都使用getUpdates端点实现Telegram Bot API长轮询方式。 这些gem中没有一个实现webhooks模式。 Webhooks与长期投票 BOTServer的首要目标是建立一种Ruby方法来管理Telegram Bot A
【文件预览】:
BOTServer-master
----config()
--------tokens.yml(780B)
--------server.yml(402B)
--------example_server.yml(402B)
--------example_tokens.yml(780B)
----rackup()
--------sinatra_router.rb(1KB)
--------router.rb(1KB)
--------router.ru(404B)
--------sinatra_router.ru(356B)
----ssl()
--------README.md(45B)
----templates()
--------proxy.sh.template(26B)
--------thin.sh.template(170B)
--------app.rb.template(1KB)
--------proxy_config.template(495B)
--------certificate_show.sh.template(47B)
--------certificate_new.sh.template(190B)
----wiki()
--------nginx.md(5KB)
--------changelog.md(2KB)
--------architectures.md(12KB)
--------BOTServer.png(991B)
--------contact.md(1KB)
--------services.md(10KB)
--------usage.md(7KB)
----app()
--------README.md(136B)
----Gemfile(229B)
----lib()
--------config.rb(950B)
--------tokens.rb(4KB)
--------server.rb(4KB)
--------webhook.rb(2KB)
--------utilities.rb(764B)
--------certificate.rb(1KB)
--------proxy.rb(695B)
--------apptemplate.rb(471B)
--------loader.rb(2KB)
----README.md(7KB)
----rakefile.rb(4KB)