Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL: CERTIFICATE_VERIFY_FAILED on MAC os #317

Open
wants to merge 85 commits into
base: stage
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
0c5e7c1
Feature/update pypi (#39) (#40)
hardikvasa Feb 27, 2018
4f56045
fix newlines on table (#41)
rachmadaniHaryono Feb 27, 2018
b130089
fix: dev: ImportError on python2 (#42)
rachmadaniHaryono Feb 28, 2018
6efc092
added troubleshooting guide and corrected errors
hardikvasa Feb 28, 2018
cb2f5ad
config changes
Feb 28, 2018
2ae6c19
reverse image search issue in #43 resolved
Feb 28, 2018
bb94baf
algorithm revamp where the script starts downloading as soon as it se…
Mar 5, 2018
9827c8a
doc update on new command line arguments
Mar 5, 2018
d47c62c
feature to download thumbnail
Mar 6, 2018
ec9c5c3
doc and version update
Mar 6, 2018
1fb6745
Update README.rst
hardikvasa Mar 6, 2018
f639818
file support for keywords import per #47
Mar 10, 2018
f896b2b
#47 and other minor edits
Mar 10, 2018
e085147
keywords_from_file errors on windows #51
Mar 15, 2018
3684a63
added details of the new deatures
Mar 15, 2018
735d8f7
now thumbnail file name is same as original file name
Mar 18, 2018
bff2bca
doc update
Mar 18, 2018
fa3dc70
ungate the 100 images limit
Mar 19, 2018
bb48f58
doc update
Mar 19, 2018
f3783c1
doc update
Mar 19, 2018
2922c67
config file as input in addition to CLI input
Mar 26, 2018
754734c
doc update on new feature release
Mar 26, 2018
c3a9c2b
doc update: clarification on suffix keywords
Mar 27, 2018
cc03ef8
moved from gechodriver to chromedriver
Mar 30, 2018
a252a2d
removed unwanted files from docs
Mar 31, 2018
655a7fa
feature to download all the relevant images to the keyword provided
Mar 31, 2018
d1b675a
added prefix keywords feature
Apr 1, 2018
6ac195a
corrected typos related to 'usage rights' filter
Apr 2, 2018
11a2b4b
corrected typos related to 'usage rights' filter
Apr 2, 2018
f698149
Fix missing None arguments for python3 (#58)
Apr 2, 2018
7d243ed
Add prefix to single_image downloads (#60)
Apr 4, 2018
10c9502
Update google_images_download.py
hardikvasa Apr 5, 2018
15f5f18
doc update
Apr 5, 2018
eccc6ac
`downloads/` added to `.gitignore` (#66)
NoSkillGuy Apr 10, 2018
9e0c215
Fixed bug where files are left open (#74)
adayton1 Apr 27, 2018
00ee06e
UnboundLocalError bug when closing file descriptors as per #87
Apr 28, 2018
47f74d2
merge conflicts removed
Apr 28, 2018
5c4c68c
added the shebang line
Apr 28, 2018
6b82fc4
feature to specify the exact size of the image as per #69
Apr 28, 2018
a182e34
script now throws a helpful message when keyword argument is not prov…
Apr 28, 2018
c9dc970
Print out exception message when attempting to find the Chrome driver…
boxabirds May 12, 2018
66b5fff
the script now returns list of absolute paths of the images downloaded
May 12, 2018
f88c763
the script now returns list of absolute paths of the images downloaded
May 12, 2018
35f8bf7
the script now returns list of absolute paths of the images downloaded
May 12, 2018
abb155e
feature to specify the image directory
May 14, 2018
68f8bf7
feature to specify the image directory
May 14, 2018
0f1b04c
Adding test validating image download to default location (#92)
amitaisopher May 14, 2018
0ec21c7
feature to turn on safe search filter as in #99
May 16, 2018
368de9d
Merge branch 'master' of https://github.com/hardikvasa/google-images-…
May 16, 2018
d05d061
Added a sample config file and made metadata export to a json (#132)
neon-cyan Aug 11, 2018
eff8aa8
For --extract_metadata, skip failed downloads and include saved filen…
buddydvd Aug 11, 2018
a7d7d1b
Offset downloading from #116
Aug 18, 2018
c819700
doc changes required as per #110, #120, #130, #132, #73
Aug 18, 2018
6a3dd67
doc changes required as per #110, #120, #130, #132, #73
Aug 18, 2018
1c08f69
Added ability to view image URLs without downloading (#169)
hellogan Nov 4, 2018
26a3240
follow up commit from #169
Nov 4, 2018
10a782c
Changed Error Message (#168)
hellogan Nov 4, 2018
e270624
Update google_images_download.py (#156)
lflyou1314 Nov 4, 2018
aa4b567
Update get_next_tab(self,s) (#154)
successren Nov 4, 2018
12f8b37
Repair time_range download feature (#152)
Cedric-Garcia Nov 4, 2018
157a133
Fix clipart parameter name (Issue #171) (#172)
neonbevz Nov 4, 2018
043c327
new minor version 2.5.0
Nov 4, 2018
7624dc8
Update license year (#210)
Mar 31, 2019
e9189d4
just removes a line that makes filenames lowercase (#175)
Tranquilled Apr 2, 2019
a348dc4
Update google_images_download.py (#114)
piotrex Apr 23, 2019
65dc17d
Fix Arguments List (Alphabetic Order) (#176)
jithinjk Apr 29, 2019
5db4649
Revert "Fix Arguments List (Alphabetic Order) (#176)" (#228)
hardikvasa Apr 29, 2019
69b9eb6
Adding returning of URL (#181)
hellogan Apr 29, 2019
c7e5ae6
add past-month to time argument (#193)
elahimanesh Apr 29, 2019
caf1a7e
Updated get_next_tab (#177)
jimgros Apr 29, 2019
6da49c8
Add feature to save the image source page URL (#197)
cslite Apr 29, 2019
18cc56b
added encode/decode to work around unicode character issue
hardikvasa Apr 30, 2019
77aba45
add ability to download raw files (#230)
freddierice May 1, 2019
10b8f5b
Download only thumbnails as in #206 and #122
hardikvasa May 10, 2019
25ae527
minor sphinx doc update
hardikvasa May 10, 2019
f7ea870
minor doc CSS update
hardikvasa May 12, 2019
f694cce
minor doc CSS update
hardikvasa May 12, 2019
b1bfee2
minor doc CSS updates
hardikvasa May 12, 2019
cf5ff48
fix the corrupt image bug
hardikvasa May 13, 2019
b95c535
Migrate to Sphinx documentation
hardikvasa May 13, 2019
9863962
minor doc changes
hardikvasa May 13, 2019
7766078
minor doc changes
hardikvasa May 13, 2019
7679d9b
Doc changes
hardikvasa May 14, 2019
9c3cb54
Skip images with certain urls (#213)
crainbows May 21, 2019
0d2bf8f
minor changes after merging #213
hardikvasa May 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ output/*/index.html

# Sphinx
docs/_build
docs/.DS_Store
docs/_static/*

# Cookiecutter
output/

# Downloads
downloads/

# Logs
logs/

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion Licence.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018 Hardik Vasa
Copyright (c) 2015-2019 Hardik Vasa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
140 changes: 0 additions & 140 deletions README.md

This file was deleted.

29 changes: 29 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Google Images Download
######################

Python Script for 'searching' and 'downloading' hundreds of Google images to the local hard disk!

Documentation
=============

* `Documentation Homepage <https://google-images-download.readthedocs.io/en/latest/index.html>`__
* `Installation <https://google-images-download.readthedocs.io/en/latest/installation.html>`__
* `Input arguments <https://google-images-download.readthedocs.io/en/latest/arguments.html>`__
* `Examples and Code Samples <https://google-images-download.readthedocs.io/en/latest/examples.html#>`__


Disclaimer
==========

This program lets you download tons of images from Google.
Please do not download or use any image that violates its copyright terms.
Google Images is a search engine that merely indexes images and allows you to find them.
It does NOT produce its own images and, as such, it doesn't own copyright on any of them.
The original creators of the images own the copyrights.

Images published in the United States are automatically copyrighted by their owners,
even if they do not explicitly carry a copyright warning.
You may not reproduce copyright images without their owner's permission,
except in "fair use" cases,
or you could risk running into lawyer's warnings, cease-and-desist letters, and copyright suits.
Please be very careful before its usage! Use this script/code only for educational purposes.
Binary file added docs/.DS_Store
Binary file not shown.
Loading