没有合适的资源?快使用搜索试试~ 我知道了~
IGScraperKit:在 Objective-C 或 Ruby 中创建动态网页抓取工具!
共56个文件
rb:12个
m:9个
h:7个
需积分: 9 0 下载量 81 浏览量
2021-06-16
03:18:01
上传
评论
收藏 271KB ZIP 举报
温馨提示
IGScraperKit 在 Objective-C 或 Ruby 中创建动态网络爬虫。 用法 创建一个刮板: # import " IGScraperKit.h " IGScraper* scraper = [IGScraper scraperWithBlock: ^ id (IGXMLNode* node, NSString * url) { return [[[node queryWithXPath: @" //p " ] firstObject ] text ]; }]; 然后用scraper抓取HTML: [scraper scrape: @" <html><p>Hello World</p></html> " URL: nil ]; // => @"Hello World" # import " IGScrape
资源推荐
资源详情
资源评论
收起资源包目录
IGScraperKit-master.zip (56个子文件)
IGScraperKit-master
IGScraperKit.xcworkspace
contents.xcworkspacedata 172B
xcuserdata
siuying.xcuserdatad
UserInterfaceState.xcuserstate 19KB
xcshareddata
IGScraperKit.xccheckout 1KB
IGScraperKit.podspec 2KB
Rakefile 806B
Podfile 149B
Gemfile 105B
Gemfile.lock 591B
Podfile.lock 1KB
IGScraperKitTests
IGScraperKitTests-Info.plist 691B
Fixtures
walmart.html 391KB
google.html 455KB
IGScraperSpec.m 1KB
IGRecipeRegistrySpec.m 4KB
IGScraperRecipeSpec.m 2KB
Recipes
broken.rb 117B
google.rb 175B
walmart.rb 775B
en.lproj
InfoPlist.strings 45B
spec
recipes
my_recipe.rb 425B
recipe_registry_spec.rb 1KB
scraper_spec.rb 410B
recipe_spec.rb 2KB
spec_helper.rb 232B
.gitignore 15B
IGScraperKit.xcodeproj
project.xcworkspace
contents.xcworkspacedata 157B
project.pbxproj 33KB
xcuserdata
siuying.xcuserdatad
xcschemes
IGScraperKit.xcscheme 4KB
xcschememanagement.plist 574B
README.md 4KB
LICENSE.txt 1KB
IGScraperKit
main.m 347B
JavaScript
scraper_kit.js 531KB
IGScraperKit-Info.plist 2KB
AppDelegate.h 287B
AppDelegate.m 2KB
Base.lproj
Main_iPad.storyboard 2KB
Main_iPhone.storyboard 2KB
Ruby
scraper_kit.rb 175B
scraper_kit
recipe_registry.rb 619B
scraper.rb 2KB
recipe.rb 855B
ViewController.h 225B
Images.xcassets
AppIcon.appiconset
Contents.json 825B
LaunchImage.launchimage
Contents.json 1KB
ViewController.m 503B
en.lproj
InfoPlist.strings 45B
Classes
IGScraperRecipe.m 2KB
IGRecipeRegistry.m 5KB
IGRecipeRegistry.h 1KB
IGScraperDelegate.h 430B
IGScraperRecipe.h 984B
IGScraper.m 1KB
IGScraperKit.h 322B
IGScraper.h 2KB
IGScraperKit-Prefix.pch 430B
共 56 条
- 1
资源评论
胡轶强
- 粉丝: 22
- 资源: 4572
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功