tomosia_wallhere_crawl 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +8 -8
- data/lib/tomosia_wallhere_crawl/version.rb +1 -1
- data/tomosia_wallhere_crawl-0.1.1.gem +0 -0
- metadata +2 -2
- data/tomosia_wallhere_crawl-0.1.0.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b39cc9c843fda3ffddf9fca5f877a26d0aa572c50985c705528d0663b6966d3f
|
|
4
|
+
data.tar.gz: 4d9dfd2049bcab4b6e26e20715f78133895ceed65c5f0466e233994f6424254a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b58ec5357b7314707c94f6f3b4db06205e703e3fd950796dde30ed0357865687ed9636a2205c08da338c7be0649bb9aaef365f5983e15db237747bb403b487f2
|
|
7
|
+
data.tar.gz: ceef1da58313eed2e4f63e778a73c75e21626e950452b4dc4ffab2772589d3e910dae84fe1557f5e176d45de330dc46048911067b66bb7af8dc1ed1ea0614295
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -21,17 +21,17 @@ 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
|
|
24
|
+
****_NOTE: key = "tag" , destination: "url saving" , max :number image****
|
|
25
25
|
|
|
26
|
-
_/ Crawl all image in tag
|
|
27
|
-
tomosia_wallhere_crawl crawl "key" --destination " "
|
|
28
|
-
|
|
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
29
|
|
|
30
|
-
_/ Crawl all images in tag with number of images
|
|
31
|
-
tomosia_wallhere_crawl crawl "key" --destination " " --max
|
|
32
|
-
|
|
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
33
|
|
|
34
|
-
File save info images of tag in destination
|
|
34
|
+
****File save info images of tag in "destination"****
|
|
35
35
|
## Development
|
|
36
36
|
|
|
37
37
|
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.
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tomosia_wallhere_crawl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nguyen son tung
|
|
@@ -115,7 +115,7 @@ 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.
|
|
118
|
+
- tomosia_wallhere_crawl-0.1.1.gem
|
|
119
119
|
- tomosia_wallhere_crawl.gemspec
|
|
120
120
|
homepage: https://github.com/nguyensontung183183/tomosia_wallhere_crawl.git
|
|
121
121
|
licenses:
|
|
Binary file
|