From b290f82dc5c01b3342a93f9781e96ff77fb32825 Mon Sep 17 00:00:00 2001 From: TangMo Date: Fri, 30 Sep 2022 01:42:19 +0000 Subject: [PATCH] README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e08d9a0 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Tangmo Trans Bot + +Telegram bot that handle translating between Simplified Chinese and English using DeepL + +1. Register Telegram bot +1. Regiser DeepL API +1. We are using WebHooks model. Point HTTPS web server to `public_html/hook.php` +1. Copy `env.sample.php` to `env.php` and enter credentials +1. `composer install` +1. `php set_web_hook.php` +1. It should work now