文件名称:google-scraper:网站在Google上抓取关键字搜索的详细信息
文件大小:88KB
文件格式:ZIP
更新时间:2024-05-19 19:37:01
Ruby
谷歌爬虫 开发了一个示例应用程序,以取消Google网络搜索的搜索结果并返回显示的adwords总数。 还使用门卫添加并保护了Api功能。 在本地设置应用程序的步骤 克隆应用程序。 进入应用程序并运行bundle install并耙db:setup。 之后,运行rake任务rake reverse_ilike:run将自定义函数添加到sql。 现在,运行命令rails来启动服务器。 用于使用门卫oauth2身份验证 转到url 。 在登录之前先登录。 创建一个应用程序,并使用客户端ID和密钥访问api。
【文件预览】:
google-scraper-master
----log()
--------.keep(0B)
----bin()
--------rake(94B)
--------rails(150B)
--------bundle(133B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(3KB)
--------initializers()
--------application.rb(984B)
--------routes.rb(2KB)
--------boot.rb(170B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(343B)
--------migrate()
--------schema.rb(4KB)
----Rakefile(249B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----README.rdoc(478B)
----Gemfile(2KB)
----Gemfile.lock(4KB)
----.gitignore(466B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(647B)
----.editorconfig(189B)
----config.ru(154B)