Δημοσιεύτηκε: 11 Δεκ 2011, 02:03
Το google API v1.0 νομίζω δεν δουλεύει πλέον: http://code.google.com/apis/language/ - http://code.google.com/apis/language/tr ... rview.html
Παράδειγμα:
Θέλει API key το v2.0 και... δολλάρια: http://code.google.com/apis/language/tr ... arted.html
Μπορεί να δουλεύει αυτό; http://code.google.com/p/python-google-translator/
Επίσης, μπορείς να δοκιμάσεις το w3m για ιστοσελίδες μέσω terminal:
έγραψε:Important: With the exception of the Translate v2 API, which is now available as a paid service, the APIs included in this family have all been deprecated. See the documentation for each API for details.
---
Important: Google Translate API v2 is now available as a paid service only, and the number of requests your application can make per day is limited. As of December 1, 2011, Google Translate API v1 is no longer available; it was officially deprecated on May 26, 2011. These decisions were made due to the substantial economic burden caused by extensive abuse. For website translations, we encourage you to use the Google Website Translator gadget.
Παράδειγμα:
έγραψε:$ curl "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&ie=UTF8&q=I%20love%20you&langpair=en|el"
{"responseData": null, "responseDetails": "Suspected Terms of Service Abuse. Please see http://code.google.com/apis/errors", "responseStatus": 403}
Θέλει API key το v2.0 και... δολλάρια: http://code.google.com/apis/language/tr ... arted.html
έγραψε:Important: Google Translate API v2 is now available as a paid service only, and the number of requests your application can make per day is limited. For website translations, we encourage you to use the Google Website Translator gadget.
Μπορεί να δουλεύει αυτό; http://code.google.com/p/python-google-translator/
Επίσης, μπορείς να δοκιμάσεις το w3m για ιστοσελίδες μέσω terminal:
- Κώδικας: Επιλογή όλων
w3m "http://translate.google.com"