tomosia_wallhere_crawl 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b39cc9c843fda3ffddf9fca5f877a26d0aa572c50985c705528d0663b6966d3f
4
- data.tar.gz: 4d9dfd2049bcab4b6e26e20715f78133895ceed65c5f0466e233994f6424254a
3
+ metadata.gz: 72c35e10a5fe5368bdcfd4a9566f607cac059634fb677ba95ab18567cd528d5d
4
+ data.tar.gz: b14a4efd53f3c384dc9fc3ca8407cfcce175e8f88b7317a1b0c25641fb6f7a07
5
5
  SHA512:
6
- metadata.gz: b58ec5357b7314707c94f6f3b4db06205e703e3fd950796dde30ed0357865687ed9636a2205c08da338c7be0649bb9aaef365f5983e15db237747bb403b487f2
7
- data.tar.gz: ceef1da58313eed2e4f63e778a73c75e21626e950452b4dc4ffab2772589d3e910dae84fe1557f5e176d45de330dc46048911067b66bb7af8dc1ed1ea0614295
6
+ metadata.gz: c4d47a5d31e7594919d7789bd3caac37d0d39187a7d3f9c77072a434f9c4e50968fb2458bdaf7fb5bd3811b58ce12111259ed03f2e07ceb5f1355826abaa3771
7
+ data.tar.gz: 5eec4607e97c65cac6e1dd0f5876b26a8257f46652201068d0602d25ce65e4320130a4455e171b2d85fb5557a6b26102461376d0d4739530be6319213de90781
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tomosia_wallhere_crawl (0.1.2)
4
+ tomosia_wallhere_crawl (0.1.3)
5
5
  nokogiri
6
6
  thor
7
7
  writeexcel
data/README.md CHANGED
@@ -21,17 +21,14 @@ Or install it yourself as:
21
21
  $ gem install tomosia_wallhere_crawl
22
22
 
23
23
  ## Usage
24
- ****_NOTE: key = "tag" , destination: "url saving" , max :number image****
25
-
26
- *****_/ Crawl all image in tag!*****
27
- *******tomosia_wallhere_crawl crawl "key" --destination " "*******
28
- *******=> tomosia_wallhere_crawl crawl "aaa" --destination "/home/tung/Desktop/img/"*******
29
-
30
- *****_/ Crawl all images in tag with number of images!*****
31
- ******tomosia_wallhere_crawl crawl "key" --destination " " --max*******
32
- *******=> tomosia_wallhere_crawl crawl "aaa" --destination "/home/tung/Desktop/img/" --max=100*******
33
-
34
- ****File save info images of tag in "destination"****
24
+ ****NOTE: key = "tag" , destination: "url saving" , max :number image**** <br/>
25
+ - Crawl all image in tag!<br/>
26
+ $ tomosia_wallhere_crawl crawl "key" --destination " "<br/>
27
+ ex: $ tomosia_wallhere_crawl crawl "aaa" --destination "/home/tung/Desktop/img/"<br/>
28
+ - Crawl images in tag with number of images!<br/>
29
+ $ tomosia_wallhere_crawl crawl "key" --destination " " --max<br/>
30
+ ex: $ tomosia_wallhere_crawl crawl "aaa" --destination "/home/tung/Desktop/img/" --max=100 <br/>
31
+ - File save info images of tag in "destination"<br/>
35
32
  ## Development
36
33
 
37
34
  After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -1,3 +1,3 @@
1
1
  module TomosiaWallhereCrawl
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["nguyensontung18183"]
8
8
 
9
9
  spec.summary = %q{tomosia_wallhere_crawl using download image from wallhere}
10
- spec.description = %q{Write a longer description or delete this line.}
10
+ spec.description = %q{crawl images and data from page wallhere}
11
11
  spec.homepage = "https://github.com/nguyensontung183183/tomosia_wallhere_crawl.git"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomosia_wallhere_crawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyen son tung
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-09 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Write a longer description or delete this line.
97
+ description: crawl images and data from page wallhere
98
98
  email:
99
99
  - nguyensontung18183
100
100
  executables:
@@ -115,7 +115,8 @@ files:
115
115
  - lib/tomosia_wallhere_crawl/cli.rb
116
116
  - lib/tomosia_wallhere_crawl/version.rb
117
117
  - pkg/tomosia_wallhere_crawl-0.1.1.gem
118
- - tomosia_wallhere_crawl-0.1.1.gem
118
+ - pkg/tomosia_wallhere_crawl-0.1.2.gem
119
+ - tomosia_wallhere_crawl-0.1.2.gem
119
120
  - tomosia_wallhere_crawl.gemspec
120
121
  homepage: https://github.com/nguyensontung183183/tomosia_wallhere_crawl.git
121
122
  licenses: