wkpn / deepl-telegram

DeepL translator Telegram bot
5 stars 4 forks source link

Running version of the bot #1

Open orschiro opened 5 years ago

orschiro commented 5 years ago

Dear @wkpn,

I would like to try your bot.

Is there any way I can interact with it?

Do you provide a hosted live version?

Much appreciated.

Yours

wkpn commented 5 years ago

hey @orschiro currently I don't have any running instances of this bot, but you can setup yours very easily

just tried to run it, looks like deepl have changed something on their side when sending request to them for a translation, need to re-check and maybe re-write some parts of deepl.py for it to work again

orschiro commented 5 years ago

Thank you for your swift reply. Do you have any plans for providing a hosted version in the future?

Yours

-- https://orzanna.de

On 27 Dec 2018 17:32, "wkpn" notifications@github.com wrote:

hey @orschiro https://github.com/orschiro currently I don't have any running instances of this bot, but you can setup yours very easily

just tried to run it, looks like deepl have changed something on their side when sending request to them for a translation, need to re-check and maybe re-write some parts of deepl.py for it to work again

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wkpn/deepl-telegram/issues/1#issuecomment-450185613, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKbw_vXVog9fcubw56sXDNvpsoBPusZks5u9PYygaJpZM4ZizMQ .

wkpn commented 5 years ago

@orschiro it is currently hosted at https://t.me/deepltranslatorbot but it doesn't translate due to deepl's changes in their translations json scheme, this needs to be fixed first

but you can still take a look of how it supposed to work anyway.

orschiro commented 5 years ago

Oh nice, appreciate it. That looks great!

-- https://orzanna.de

On Thu, 27 Dec 2018, 17:40 wkpn <notifications@github.com wrote:

@orschiro https://github.com/orschiro it is currently hosted at https://t.me/deepltranslatorbot but it doesn't translate due to deepl's changes in their translations json scheme, this needs to be fixed first

but you can still take a look of how it supposed to work anyway.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wkpn/deepl-telegram/issues/1#issuecomment-450187204, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKbw0JWA-W_SRhPA21zIIR68eZMkmldks5u9PgEgaJpZM4ZizMQ .

wkpn commented 5 years ago

you can monitor 'Networks' in your browser when translating over their website deepl.com and check how they do requests to www2.deepl.com

after that deepl.py need to be refactored according to the scheme they are using. I don't have much time now so you are welcome to contribute

looks like they are throwing Rate limit errors as well..

wkpn commented 5 years ago

see this https://github.com/vsetka/deepl-translator/issues/9

orschiro commented 5 years ago

I appreciate your insights into what's needed to be fixed. Unfortunately, I am lacking the technical skills to help. Hope someone else can jump in!

Meanwhile, please see https://github.com/wkpn/deepl-telegram/pull/2.

Yours