telepost:简单的电报发布Ruby gem 源码
Telepost是Telegram的简单网关,可以发布消息并响应原始请求。 首先,从获取令牌。 然后,安装它: $ gem install telepost 然后,像这样使用它: require 'telepost' tp = Telepost . new ( '..token..' ) Thread . start do tp . run do | chat , msg | tp . post ( chat , 'Thanks for talking to me!' ) end end tp . post ( 12345 , 'How are you?' , 'Ho
文件列表
telepost-master.zip
(预估有个15文件)
telepost-master
.travis.yml
118B
.0pdd.yml
93B
Rakefile
2KB
test
test_telepost.rb
2KB
.rubocop.yml
379B
telepost.gemspec
2KB
Gemfile
1KB
appveyor.yml
1KB
暂无评论