Using the google Api Key (Hack)

Discussion in 'Google API' started by isocial, Dec 11, 2009.

  1. #1
    Every time you send a request to the Google server in a program, you have to send your key along with it. Google checks the key and determines if it's valid, and you're still within your daily 1,000 query limit; if so, Google processes the request.

    The key itself is just a string of random-looking characters (e.g., 12BuCK13mY5h0E/34KN0cK@ttH3Do0R).

    A Perl hack usually includes a line like the following:

    ...
    # Your Google API developer's key
    my $google_key='insert key here';
     
    isocial, Dec 11, 2009 IP
  2. aquilax

    aquilax Member

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #2
    Can't see your point here.
     
    aquilax, Dec 11, 2009 IP
  3. forum4email

    forum4email Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    but how can we use it .....
     
    forum4email, Dec 14, 2009 IP
  4. isocial

    isocial Guest

    Messages:
    260
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Its for advanced users like webmaster ,
    this script is can be used in shell (perl script language)
     
    isocial, Dec 14, 2009 IP
  5. fundoobuddy

    fundoobuddy Peon

    Messages:
    274
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you post seems like incomplete !!
     
    fundoobuddy, Dec 14, 2009 IP