Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 23, 2024
1 parent 0053cc9 commit 7ce4ed4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ implemented Google Translate API. This uses the `Google Translate Ajax
API <https://translate.google.com>`__ to make calls to such methods as
detect and translate.

Compatible with Python 3.6+.
Compatible with Python 3.8+.

For details refer to the `API
Documentation <https://py-googletrans.readthedocs.io/en/latest>`__.
Expand All @@ -24,15 +24,10 @@ Features
- Auto language detection
- Bulk translations
- Customizable service URL
- Async support
- HTTP/2 support

TODO
~~~~

more features are coming soon.

- Proxy support
- Internal session management (for better bulk translations)
- Complete type hints

HTTP/2 support
~~~~~~~~~~~~~~
Expand Down Expand Up @@ -109,7 +104,7 @@ URLs are provided, it then randomly chooses a domain.
Customize service URL to point to standard api
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Considering translate.google.<domain> url services use the webapp requiring a token,
Considering translate.google.<domain> url services use the webapp requiring a token,
you can prefer to use the direct api than does not need any token to process.
It can solve your problems of unstable token providing processes (refer to issue #234)

Expand Down

0 comments on commit 7ce4ed4

Please # to comment.