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

Python 3.x support and new features. #16

Open
wants to merge 71 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
80e42ba
Fix Google search description parsing
lindi2 Aug 1, 2012
104a0e1
Use MSIE user-agent to get more results
lindi2 Aug 1, 2012
4ef6ff2
support ftp and https urls
lindi2 Mar 8, 2013
6011093
support ftp and https urls
lindi2 Mar 8, 2013
0df4267
Handle google /interstitial urls (used for potentially malicious sites?)
lindi2 Mar 13, 2013
4eb2e04
Merge branch 'master' of horizon:/opt/xgoogle
lindi2 Mar 13, 2013
4ca4751
Update search.py
tomMulholland Apr 23, 2014
9a6c4ef
Allow to download files without description.
kenorb Aug 1, 2014
61c4b26
Merge branch 'master' of https://github.com/tomMulholland/xgoogle
kenorb Aug 1, 2014
814a75b
Merge branch 'master' of https://github.com/lindi2/xgoogle
kenorb Aug 1, 2014
564ae03
Changes to Readme file based on the fork at https://github.com/cllu/x…
kenorb Aug 1, 2014
f134929
Ensure no CRLF line-endings, neither on checkout nor on checkin.
kenorb Aug 1, 2014
4fc0422
Git auto LF line-endings.
kenorb Aug 1, 2014
5602df6
Small formatting tweaks to README.md
kenorb Aug 1, 2014
88c78a3
doctor whitespace and apply fix mentioned here: http://www.catonmat.n…
Apr 18, 2012
7712a30
Added class for face image search
Jul 14, 2014
f993084
Added norman image search
Jul 14, 2014
0259e92
Added Google video search. It requires NLTK
Jul 15, 2014
26bff76
Comments deleted
nikolamilosevic86 Jul 15, 2014
8d27798
Changes to setup.py (version and requirements)
kenorb Aug 1, 2014
a9972f9
Change on one example
nikolamilosevic86 Jul 17, 2014
af32dc9
Fixed invalid syntax in line 1184.
kenorb Aug 1, 2014
58e29c7
Fix Google search description parsing
lindi2 Aug 1, 2012
c5f8789
Use MSIE user-agent to get more results
lindi2 Aug 1, 2012
f13e7e6
support ftp and https urls
lindi2 Mar 8, 2013
d199e9c
Handle google /interstitial urls (used for potentially malicious sites?)
lindi2 Mar 13, 2013
13343e1
Ignore eclipse project files
rxuriguera Mar 28, 2011
1b1b0fc
Added realtime search module
rxuriguera Mar 31, 2011
a69629c
Added .gitignore
rxuriguera Mar 31, 2011
2cb6676
Added a Firefox 4 user agent
rxuriguera Mar 31, 2011
2010cb1
Cleaned up realtime search
rxuriguera Apr 4, 2011
09bd011
Add the ability to extract keywords
rxuriguera Apr 4, 2011
8e68646
Make the results more usable by representinig keywords as a list
rxuriguera Apr 4, 2011
73a4fd0
Udated version number and description
Apr 7, 2011
10d2557
Removed todo and unused import
Apr 7, 2011
d28c9b9
Changed the way new urls are computed
Apr 8, 2011
f072c4b
quick fix to work with google.com and google.fr
flepied Sep 16, 2011
f3b3985
fix title, url and description extraction
flepied Sep 16, 2011
73684d5
More descriptions in README.md.
kenorb Aug 1, 2014
fe50eda
Added cookie support to search "inurl:asp?id=1".
valuxlin Apr 19, 2014
4d2a139
Update example1.py
sourabhpatil Apr 13, 2013
b8c78a3
Minor changes to README.md
kenorb Aug 1, 2014
38b2307
Changing back from content to desc for script back compability.
kenorb Aug 1, 2014
0001e8b
Merge branch 'master' of https://github.com/kenorb/xgoogle
kenorb Aug 1, 2014
747b92a
Removing translate.org.za, as it no longer exists.
kenorb Nov 3, 2014
0d776d3
CRLF replaced by LF.
kenorb Feb 26, 2015
0db69c6
fix extra '(' in master
justinmichaelvieira Jul 17, 2015
2ec5608
Example 1 would only return 5 results (50 were expected). This was b…
justinmichaelvieira Jul 17, 2015
dd29c80
Added example that shows cycling through all results, and being a "go…
justinmichaelvieira Jul 17, 2015
1e50a34
Converting code to be compatible with Python 3. Use python2 branch fo…
kenorb Aug 4, 2015
5f413ee
CRLF replaced by LF
kenorb Aug 4, 2015
85d1cab
Merge branch 'master' of kenorb/xgoogle
kenorb Aug 4, 2015
551a46a
Converting code to be compatible with Python 3. Use python2 branch fo…
kenorb Aug 4, 2015
3fe929c
Merge upstream 'master' branch of kenorb/xgoogle
kenorb Aug 5, 2015
3dba116
Fixes for Python 3 compability, installation process (setuptools), en…
kenorb Aug 13, 2015
e0d54f3
Fix unicode literals for Python 3.0, 3.1 and 3.2.
Nov 13, 2015
6f0ff5e
Merge pull request #8 from d-a-t-a-d-i-t/master
kenorb Nov 13, 2015
11d3a1b
Fix tags parsing; avoid SSL: CERTIFICATE_VERIFY_FAILED error.
Vort Apr 25, 2016
dc6d951
Merge pull request #11 from Vort/parse_fix
kenorb Apr 27, 2016
d78d4e1
Added repeat parameter to set filter search results
lu43n Jun 11, 2016
45f7a5f
Merge pull request #12 from lu43n/master
kenorb Jun 11, 2016
e61e2c4
Merge branch 'master' of angryrancor/xgoogle
kenorb Jul 25, 2016
77b86ec
Ignores build files
kenorb Jul 25, 2016
35154c8
Fix NameError: name 'name2codepoint' is not defined (#16)
Jun 3, 2018
f126ca4
Update name2codepoint imports to support Python 3
Jun 3, 2018
de4e973
Merge pull request #17 from BoboTiG/fix-nameerror-name2codepoint
kenorb Jun 3, 2018
9889bd8
Adds requirements.txt and install steps
kenorb Aug 7, 2018
d7f2177
Modify unicode character decoding
thomasryck Oct 9, 2019
3e30bf1
Merge pull request #18 from thomasryck/patch-1
kenorb Oct 9, 2019
07e5ace
Modify browser and search to be able to set socket timeout
Oct 10, 2019
d80a4c1
Merge pull request #19 from thomasryck/master
kenorb Oct 10, 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 .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Drupal git normalization
# @see http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# @see http://drupal.org/node/1542048

# Define text file attributes.
# - Ensure no CRLF line-endings, neither on checkout nor on checkin.

# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
xgoogle.egg-info
*~
*.swp
.idea
*.pyc
.project
.pydevproject
.settings

# Ignore build files.
build/
dist/
Loading