文件名称:hatenablog:Hatena Blog AtomPub API的Ruby宝石
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-16 15:03:35
ruby-gem api-client ruby-client hatena-blog hatena
Hatenablog
Hatena Blog AtomPub API的库
此gem通过OAuth 1.0a或基本身份验证支持以下操作:
获取博客供稿,条目和类别
发布博客条目
更新博客条目
删除博客条目
安装
安装宝石
将此行添加到您的应用程序的Gemfile中:
gem 'hatenablog'
然后执行:
$ bundle
或将其自己安装为:
$ gem install hatenablog
获取OAuth凭据
使用此gem之前,您需要设置OAuth 1.0a密钥和令牌。
1.获取消费者密钥和消费者密钥的秘密
访问并获取您的应用程序使用者密钥。
2.获取您的访问令牌和访问令牌密钥
执行以下命令:
$ get_access_token
【文件预览】:
hatenablog-master
----.gitignore(601B)
----README.md(6KB)
----bin()
--------console(335B)
--------setup(115B)
----.github()
--------workflows()
----test()
--------fixture()
--------hatenablog()
--------test_helper.rb(57B)
----Gemfile(133B)
----hatenablog.gemspec(1KB)
----LICENSE.txt(1KB)
----exe()
--------get_access_token(2KB)
----lib()
--------hatenablog()
--------hatenablog.rb(146B)
----Rakefile(392B)