Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednaks/google-translate-alternative-api
An alternative api to google translate !
https://github.com/rednaks/google-translate-alternative-api
Last synced: 3 days ago
JSON representation
An alternative api to google translate !
- Host: GitHub
- URL: https://github.com/rednaks/google-translate-alternative-api
- Owner: rednaks
- Created: 2012-03-11T12:25:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T00:12:11.000Z (about 10 years ago)
- Last Synced: 2024-04-15T12:22:59.960Z (7 months ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is an **alternative api** to google translate !
## TODO :
1. JSON, XML support.
2. This is translating form any language to English, so we would like to add other language support.## INSTALLING :
* Make sure you have pycurl module installed.
* Apache Configuration :
To exacute python script you must add and .htaccess to your directory that will contain :AddHandler cgi-script .py
Options +ExecCGI
DirectoryIndex index.py* Test:
Now tape the url into the address bar of your favourite web browser and add ?text=
to get text translated in text format. if you want a JSON format you can add json=true in the url.Enjoy !
## LICENSE :
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.