Gem 分享一个获取网页 feature 图片的 gem

h_minghe · April 15, 2015 · 1701 hits

最近一直在开发内容类 iOS APP,后端也是自己用 Ruby 来完成,过程中开发了一些小巧的 gem,这是其中一个,可以获取文章或者新闻的图片,这对于阅读类 APP 还是有点用的。

Example

gem install getf
  • use it in command line
getf http://www.jianshu.com/p/89bf7ed4ae2c
  • use it in your Ruby script
require 'getf'
puts ImageGetter.on(url:"http://www.jianshu.com/p/89bf7ed4ae2c")

https://github.com/metrue/getF

No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.