Code Monkey home page Code Monkey logo

googlesearch's People

Contributors

denjohx avatar frrmack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

googlesearch's Issues

Death of the library

Hello dear developpers,

I'm still quite new in the world of git, so many of the questions I ask might be stupid.

As you state in the readme, the library doesn't work anymore due to the deprecation of some API on google side.

I'm sorry to take your time like that, but I would like to take this occasion to understand a bit better what happened here : I couldn't find any reference to the Google API going down this last month.

I guess my question is two-fold :

  • what happened exactly : which API is not usable anymore? (searching for Free Google API on google does yield me a lot of unrelevant results)
  • Is there hope of developping a new version of this API that uses another path to get Google search results ? Seeing your tone in the forum it does not seem so and I would like to understand better why : Doesn't Google still provide a way to access his search results via API ? Is Google Custom Search not able to provide the same service ? Is this a licencing issue?

3rd bonus question - Is there another way that would have been more appropriate for me to ask this question on github ? I didn't see any PM possibilities, or anything that would look like a forum besides this page.

i'm not sure I have a point here, I just would like to understand why you abandonned this project, and if I could hope to code one by myself if I wanted to keep using it. Thanks for your attention and for the time you could

By the way, I used your library to search any term restricted to stackoverflow.com, and return me the lines between tags, in order to be able to quickly get their answers directly in my python console.

Thanks for your time

"The Google Web Search API is no longer available."

That's what comes back in search_response.text. In full it says, The Google Web Search API is no longer available. Please migrate to the Google Custom Search API (https://developers.google.com/custom-search/)

This module is basically dead until that change is made; you should either pull it from PyPI or at least add a note.

ImportError: cannot import name GoogleSearch

pip --version
pip 8.0.2 (python 2.7)

pip install -U googlesearch

pip show googlesearch
Metadata-Version: 2.0
Name: googlesearch
Version: 0.7.0
Summary: Python wrapper around Google Custom Search JSON/ATOM API. Supports proxies.
Home-page: https://github.com/frrmack/googlesearch
Author: Irmak Sirer
Author-email: [email protected]
License: MIT
Location: (directory on my computer)
Requires: requests

from googlesearch import GoogleSearch

gs = GoogleSearch("test")
for url in gs.top_urls():
    print url

ImportError: cannot import name GoogleSearch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.